简体   繁体   中英

Unable to build my new react-native project in xcode - getting profile provisioning error

I have create a new react native project and opened it in xcode. When I run the application I get the error message that "No profiles for 'org.reactjs.native.example.testprovi' were found". The screen is attached. Please help.

在此处输入图片说明

I searched for the problem and found the answer to it.

Change your bundle identifier to a unique string to try again.

  • Your bundle identifier is already in use by other developers I guess, so just change your bundle identifier in the Identify tab right above your Signing tab to another one:
  • For example: Bundle Identifier: org.react.native.example.testprovi222

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM