react-native-starter-kit icon indicating copy to clipboard operation
react-native-starter-kit copied to clipboard

ERROR: Entry, ":CFBundleIdentifier", Does Not Exist

Open mpapado3 opened this issue 5 years ago • 2 comments

I have tried your project and when I try to test it on ios I get below error:

Ensure that the application's Info.plist contains a value for CFBundleIdentifier. Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/StarterApp.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist

I have done react-native upgrade and still doesn't work.

mpapado3 avatar Mar 28 '19 20:03 mpapado3

@mpapado3 Can you try building the app directly in Xcode? (make sure you install the pods first). I'm not able to run it on the command line either. It does work for Android though. I think it has to do with Firebase packages.

mrcflorian avatar Apr 03 '19 03:04 mrcflorian

I will try to install the pods and run it on x-code, but you need to put details on where to add the Firebase connection details. Also the app wan't run on Android as well.

mpapado3 avatar Apr 03 '19 06:04 mpapado3