![Uploading 216759406C4E925F727C300D9A42858F_462676.png . . .]
亲自试验过,转自:https://stackoverflow.com/questions/37461703/print-entry-cfbundleidentifier-does-not-exist
Here is what i did:
-
Make sure there is no white spaces in the file directory.
-
cd project directory
-
run command react-native upgrade
-
Go to native ios folder and open xcode project.
-
Go to File > Project Settings > Advanced...
-
select custom > Relative to workspace
-
products path should be 'build/Build/Products'
-
intermediates path should be 'build/Build/Intermediates'
-
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
网友评论