Profile is Xcode managed

Hello !


I have a published app with a distribution profile “XC iOS” in it.

With XCode 9, I get a message error : "Code Signing Error: Provisioning profile "XC iOS: *" is Xcode managed, but signing settings require a manually managed profile."

So I created a new distribution provisioning profile with a custom name and it is all good now.

Actually, I would prefer to rename the existing one but I’m afraid that renaming this provisioning profile will have any impact on the users.


Is it safe to rename a provisoning profile when it's already used on the AppStore ?


Thanks a lot for your help

Your signing is stripped for store distribution - Apple resigns your app before it gets to your user.


Just don't bork the bundle ID.

Hi

Profile is Xcode managed
 
 
Q