私のチームはReact Nativeを使用して最初のiOSアプリを構築しています。 Macで何らかの理由でreact-native run-ios
を実行した後にビルドが失敗します。これは、react-native-fbsdk
のFacebook認証を追加して以来起こっています。Facebook SDKがReact Nativeビルドを失敗させる
私たちはすべてノード-v 7.0と最新バージョンのXcodeを実行しています。私は、ローカルでリポジトリを削除し、それを元に戻してみることさえ試みました。実験として、私のチームの他のメンバーが自分のレポをローカルで削除し、クローンを元に戻して、すべての作業を完了させることができました。私たちはお互いの隣に座って、まったく同じ手順を実行し、彼のために働いたが私ではなかった。私はreact-native upgrade
を実行しようとした、this questionに答えパー
** BUILD FAILED **
The following build commands failed:
CompileC /Users/philmok/js_projects/pLot/ios/build/Build/Intermediates/RCTFBSDK.build/Debug-iphonesimulator/RCTFBSDK.build/Objects-normal/x86_64/RCTFBSDKGraphRequestManager.o RCTFBSDK/core/RCTFBSDKGraphRequestManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/pLot.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/pLot.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
:
以下は私がターミナルに表示されるエラーメッセージです。これでビルドは完了しますが、Facebook認証が機能しなくなります。
に設定されています。 https://developers.facebook.com/docs/ios/ – plmok61
あなたはそれのためにアンドロイドで何をすべきですか? –
@ShariqMusharafわかりませんが、これはiOS固有のものでした。私はAndroid用に試していない –