React Native IOS Build CFBundleIdentifier Does not Exist

前端 未结 11 868
萌比男神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:04

    Do you have CFBundleIdentifier in your Info.plist?

    If not than add it for eg. com.ios.learning

提交回复
热议问题