react-native-starter-kit
react-native-starter-kit copied to clipboard
ERROR: Entry, ":CFBundleIdentifier", Does Not Exist
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 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.
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.