sendwich
sendwich

Reputation: 97

React-native - Failed to create provisioning profile

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

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!

Upvotes: 2

Views: 9930

Answers (2)

Mr. Dang
Mr. Dang

Reputation: 575

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

Upvotes: 7

Viktor Sec
Viktor Sec

Reputation: 3050

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

Upvotes: 0

Related Questions