React Native IOS Build CFBundleIdentifier Does not Exist

前端 未结 11 923
萌比男神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条回答
  •  旧时难觅i
    2021-01-12 01:17

    In my case, just delete the build directory, Pods directory, node_modules directory and running yarn install, pod install and npx react-native run-ios solves the issue.

提交回复
热议问题