简体   繁体   English

在模拟器上编译 Xcode 12.2 中的 cordova 代码时,MFP 出现 arm64 错误

[英]While compile on simulator the cordova code in Xcode 12.2 with MFP getting error for arm64

I have a project cordova with the MFP plugin & while compile or build on the simulator the Xcode project in Xcode ver 12.2 getting below error.我有一个带有 MFP 插件的项目 cordova 并且在模拟器上编译或构建 Xcode 版本 12.2 中的 Xcode 项目时出现以下错误。

Building for iOS Simulator, but linking in dylib built for iOS, file '.../Frameworks/IBMMobileFirstPlatformFoundation.framework/IBMMobileFirstPlatformFoundation' for architecture arm64为 iOS 模拟器构建,但在为 iOS 构建的 dylib 中链接,用于架构 arm64 的文件“.../Frameworks/IBMMobileFirstPlatformFoundation.framework/IBMMobileFirstPlatformFoundation”

Go to the Build Settings of the project, locate the VALID_ARCHS property of User-Defined, and add x86_64. Go到项目的Build Settings,找到User-Defined的VALID_ARCHS属性,添加x86_64。 As shown below.如下所示。

在此处输入图像描述

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 xcode 6.x arm64代码生成失败,没有任何编译或链接错误 - xcode 6.x arm64 code build failed without any compile or link error Apple silicon DTK && Xcode12.2 rc && arm64 ios simulator && building for ios sim, but linking ios - Apple silicon DTK && Xcode12.2 rc && arm64 ios simulator && building for ios sim, but linking ios 适用于arm64 iPhone的Xcode 5编译失败 - xcode 5 compile for arm64 iPhone failed 链接到 Xcode 上的 arm64 库时出现链接器错误 - linker error while linking to arm64 library on Xcode 使用 Xcode 13 构建项目时出现“编译 swift 源文件 (arm64)”错误 - Error 'compile swift source files (arm64)' when building project with Xcode 13 将Unity build集成到现有的xcode项目中时,获取“找不到体系结构arm64的符号” - Getting “symbol(s) not found for architecture arm64” while integrating unity build into an existing xcode project Xcode 错误“为 iOS 模拟器构建,但在为 iOS.. 构建的 dylib 中链接”来自 Apple Silicon M1 Mac - Xcode error 'building for iOS Simulator, but linking in dylib built for iOS .. for architecture arm64' from Apple Silicon M1 Mac Swift 编译错误 - 架构 arm64 的未定义符号 - Swift Compile Error - Undefined symbols for architecture arm64 Xcode:架构 arm64 错误的未定义符号 - Xcode: Undefined symbols for architecture arm64 error 使用 Objective-C 框架构建 Swift 项目时出现“架构 arm64 的未定义符号”错误 - Getting “Undefined symbol for architecture arm64” error while building Swift project with Objective-C framework
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM