I am trying to add a new APP ID to prepare for App Store submission and got the following error under the bundle ID I provided.
An App ID with Identifier
'com.domainName.AppName'
is not available. Please enter a different string.
What does this mean? I am trying to add a brand new App ID, of course it does not exist.
What am I missing? I do not remember experience the problem last time I create an App ID.
As of Xcode 8, iOS Team Provision Profile Managed by Xcode are now updated by Xcode automatically and correctly. They are not even listed at the Developer Portal, but generated on-the-flight.
However, the solution proposed below will still work. I've switched to using the automatic provisioning profiles.
Remove INVALID iOS Team Provision Profile Managed by Xcode from Developer Portal and manually create iOS Developer Provision Profile. Download it via Xcode and you should be good to go.
I started to experience this after Xcode 7.3 (7D175).
What I did before the issue:
Tapping "Fix Issue" (the only way, I know to make provision profiles managed by Xcode valid), given the error An App ID with Identifier '<app id>' is not available
.
I have:
Now, I am able to Build & Run app to my devices.