React Native IOS Build CFBundleIdentifier Does not Exist

前端 未结 11 867
萌比男神i
萌比男神i 2021-01-12 00:38

I have create sample React Native project and following the tutorial as per react native website.

I have try to run the application IOS simulator, its throwing error

11条回答
  •  执念已碎
    2021-01-12 01:15

    Run the command

    react-native upgrade
    react-native run-ios
    

    or

    react-native run-android
    

    this was solved when am faced this issue

提交回复
热议问题