Reputation: 195
Installed react-native
Created a project with "react-native init myproj"
After that I tried to run the project using "react-native run-ios"
It fails here with the error below:
Print: Entry, ":CFBundleIdentifier", Does Not Exist /Users/blaze/Desktop/prasa/node_modules/promise/lib/done.js:10 throw err; ^
Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/prasa.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist
Any suggestions?
Upvotes: 4
Views: 2336
Reputation: 1
delete node modules folder. and reinstall it again using yarn/npm install
This solved the issue
Upvotes: 0
Reputation: 1101
It worked for me.
Upvotes: 1
Reputation: 87
I solved this issue with the react-native upgrade
command, which helped me reset some details in various xcode files. This solved the issue.
Upvotes: 0