当我尝试cordova build ios
或cordova run ios
时,构建成功并部署到模拟器。但是,当我尝试在XCode中运行它以将其部署到设备时,构建最终会出现此错误:
ld: 'MyApp/Plugins/com.phonegap.plugins.facebookconnect/FacebookSDK.framework/FacebookSDK(FBLikeButtonBackgroundSelectedPNG.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 armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
如果我删除了facebook插件(https://github.com/Telerik-Verified-Plugins/Facebook),它将会成功。我该如何解决?