Documents/Ionic Projects/Skwap/node_modules/@capacitor/cli/assets/capacitor-cordova-ios-plugins/sources/CordovaPluginFacebook4/src/ios/FBSDKCoreKit.framework/FBSDKCoreKit(FBSDKConstants.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
当我尝试构建我的应用程序并使用 xcode 运行时,此错误已开始弹出。一切都在浏览器中工作,所以它一定是电容器的错误。
我已经按照它说的做了,并在应用程序和 Pod 设置中禁用了位码。随之而来的是“Command CompileSwift 以非零退出代码失败”。
我已经更新了所有 npm 包,但仍然没有变化。