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