Reputation: 97
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
Something wrong with bundles?!(org.reactjs.native.example.APPNAME) I'm a beginner. Iphone 7 virtual device is working.
What should i do?
Many thanks!
Upvotes: 2
Views: 9930
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.
Upvotes: 7
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