react-native run-ios,出错Print: Entry, “:CFBundleIdentifier”, Does Not Exist

![Uploading 216759406C4E925F727C300D9A42858F_462676.png . . .]

亲自试验过,转自:https://stackoverflow.com/questions/37461703/print-entry-cfbundleidentifier-does-not-exist
Here is what i did:

  1. Make sure there is no white spaces in the file directory.

  2. cd project directory

  3. run command react-native upgrade

  4. Go to native ios folder and open xcode project.

  5. Go to File > Project Settings > Advanced...

  6. select custom > Relative to workspace

  7. products path should be 'build/Build/Products'

  8. intermediates path should be 'build/Build/Intermediates'

  9. now try running command in your terminal react-native run-ios

I hope that this solutions will help some of us facing this issue.a

你可能感兴趣的:(react-native run-ios,出错Print: Entry, “:CFBundleIdentifier”, Does Not Exist)