简体   繁体   中英

React-native - Failed to create provisioning profile

I would like to run app on my physical device, but i have these errors.

  • No profiles for 'org.reactjs.native.example.weekdays' were found

    • The app ID "org.reactjs.native.example.weekdays" cannot be registered to your development team.

Something wrong with bundles?!(org.reactjs.native.example.APPNAME) I'm a beginner. Iphone 7 virtual device is working.

screenshot

What should i do?

Many thanks!

This is the solution to my issue that's similar to this one:

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.MyAwesomeWeekdaysIn2099

You have to create an app provisioning profile, log in to Xcode, set bundle ID and set the team. It's all documented here .

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