0

xcode 7.1.1 で iOS9 を実行している iphone をビルドしています。プロジェクトは解析フレームワークを使用しており、このリンカー エラーが発生します。

ld: '/Users/alexanderbollbach/Desktop/motorvate-ios2-master/Pods/ParseFacebookUtils/libParseFacebookUtilsLib.a(PFFacebookAuthenticationProvider.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)

新しいビットコードの要件とアプリのシンニング パラダイムについては知っていますが、その実装方法に慣れていません。これは解析終了の問題ですか、それとも自分で解決できますか?

4

1 に答える 1

0

pod を使用して parse を統合していますか? はいの場合は、解決する必要があります...

派生データを削除し、もう一度 clean-rebuild を作成します

ここで議論を見てください

https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/issues/254

于 2015-12-17T07:35:08.307 に答える