Reputation: 418
I've never had this issue before. All of my experiences for just deploying app from Xcode to my iPhone is so flawlessly. I have 2 iPhones, with the same Apple ID. I used to deploy app from Xcode to those iPhones with no issue.
Today I had been experiencing this issue, error "Provisioning profile contained invalid application identifier" and "No profiles for 'com.****.****' were found" when I was trying to deploy an app to iPhone. But deploying to iOS Simulator is not a problem.
2 or 3 days ago, I had done deploying an app (from old project) to my first iPhone, and no problem. Today (this morning) I want to test the app to my second iPhone, but got those issue. Oddly, I still can deploy to my first iPhone since I have deployed it a few days ago and it still works.
Confused, maybe there is a problem with my second iPhone. I just create a new and fresh simple project to test deploying to my second iPhone. The result is failed and I got the same issues. When I test to my first iPhone, BOOM I got THE SAME ISSUE!
Now, I cannot deploy any app from new project to all of my iPhones. Some old apps that still work still can be deployed. But when I create a new project and try to deploy to all of my iPhone, always error. When I deployed it to Simulator, there is no such error.
Anyone knows the problem? Please help me. Thanks.
ssimage1
ssimage2
Upvotes: 0
Views: 951
Reputation: 11
This seems to have been a problem on Apple's side as the issue "magically" fixed itself for me after writing to the developer.apple.com support yesterday. Please try again now (and let us know whether it works).
To debug the issue in case it happens again, I would suggest:
If there is no reported error and the installation fails, you can contact the developer support knowing you have done (almost) as much as possible to rule out potential already-reported or local issues.
Upvotes: 1
Reputation: 1388
// check your Project bundle identifier is exist on your Apple developer Account?
// for check bundle id
if you have developer Account, login with credentials, -> when you are login, so you can see there options, choose create certificate -> click on identifier and see is there any your project bundle exist or not , if not create certificate , add identifier , device Udid , provisioning profile and download it ,double tap to add in your project, if you do not have developer you cannot add bundle id
i have some ref link to create certificates :- https://appaloosa-store.readme.io/docs/getting-started-with-apple-certificates
Upvotes: 0