'Failed to create Provisioning profile' error is displayed on 'Automatic Manage signing' for iOS app automation

Hi All,

ā€˜Failed to create Provisioning profileā€™ error is displayed on ā€˜Automatic Manage signingā€™ in XCode. The detailed error message is as below:
ā€œThe app id ā€˜com.facebook.abcā€™ cannot be registered to your development team. Change your bundle identifier to a unique string to try againā€.

Any suggestion for solution would be appreciated.

1 Like

This is the error message when your Package bundle is not unique. When you try to manage automatic signing in XCode for iOS automation, all package bundle should have unique ID.

To solve this, please find below steps:

  1. Navigate to ā€˜Build Settingsā€™ tab.
  2. Click on product bundle identifier to display in Edit mode.
  3. Update it to ā€˜com.test.abcā€™.
  4. Navigate back to ā€˜Generalā€™ tab.
  5. ā€˜Automaticā€™ manage signing should be created.

Hope this information is helpful and please let us know if you need any other help is required.

3 Likes

Yes, it worked. Thanks @vishaldutt :slight_smile:

1 Like

Thanks @jitendrasingh

thank for your help, but this not work for me.
now this say the same error but with app id ā€œcom.test.abcā€ http://i.prntscr.com/bKsYBvmZQUioIkA3PvlOCg.png