Now I\'m trying to Product>Archive my iOS app to submit. However, I am getting following errors:
AppName has conflicting provisioning settings. AppNam
Don't forget to do this,
Select the Project -- > Build Settings. Search PROVISIONING_PROFILE and delete whatever nonsense is there.
For me change Code Signing Identity
to all iOS Developer
for both of Debug
and Release
.
And Code Signing Style
to Automatic
.
I opened the project file in a text editor "Atom" then I searched for the provisioning profile id and deleted it.
Go to build settings, search for code signing identity, and set Any iOS SDK value for iOS Developer:
General -> Signing -> check automatically manage signing and select team
Build settings -> Signing -> Code Signing Identity -> SET ALL TO "IOS developer"
This worked perfectly for me.
Step 1:
Select the Project Target-- > Build Settings. Search PROVISIONING_PROFILE and delete whatever nonsense is there.
Step 2:
Uncheck "Automatically manage signing", then check it again and reselect the Team. Xcode then fix whatever was causing the issue on its own.