I’m getting this message when I try to run on my device:
A valid provisioning profile matching the application’s Identifier ‘my app bundle ‘ could not be found
I am able to run the app on iPhone Simulator without problem.
I was able to connect to the device before, I don’t know what is going on…
I already deleted everything and tried again, even with a new App ID created on the portal but it didn’t work either.
I just don’t know what to do to run the app on my device?
Please ensure that the identifer is consistent with the App ID you created for the provisioning profiles on developer portal.
For example, if you created App ID “A1B2C3D4E5.com.yourdomain.*” and assigned it to your provisioning profile, your app must have a bundle identifer like “com.yourdomain.someapp” so that it can be correctly signed.
Also I don’t think space character is allowed in the identifier. See Information Property List Key Reference:
You may refer to: