Xcode: failed to create provisioning profile Help!!!!!

I'm actually trying to run my app project on my iphone 6s but i cant as xcode says: failed to create provisioning profile.


my bundle identifier is: io.ionic.starter


the errors tat came up:


Failed to create provisioning profile.

The app ID "io.ionic.starter" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.



No profiles for 'io.ionic.starter' were found

Xcode couldn't find a provisioning profile matching 'io.ionic.starter'.


please help me asap 😟 cos tis project is due soon n i cant test my app on my device is terrible when its one of the requirements for tis project.

Replies

In Xcode 9, Go to targets and click your app name


You'll have property as "bundle identifier" in General tab, change that name to your development team's name. Then everything will be getting ok.

Still same issue.

You can change the bundle identifier to be anything if you're just testing the app, and then click on automatically manage signing, that shoult do it.