React Native run-ios/android之后报错[Print: Entry, ":CFBundleIdentifier", Does Not Exist]

原因是没有指定版本号,在init项目时加上--version参数

react-native init projectName --version 0.44.3