React Native IOS Build CFBundleIdentifier Does not Exist

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

    Try to add CFBundleIdentifier in the Info.plist as:

     CFBundleIdentifier
    org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)
    

提交回复
热议问题