I am new at React Native and am receiving a compile-time warning when I run react-native run-ios.
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/OneModelPlace.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
I have set some configuration in Xcode but don't want to use react native upgrade. Is there any other way to run my project?