0

Environment: Xcode 8.3.3

The auto signing problem happens since I removed all the provisioning located at ~/Library/MobileDevice/Provisioning\ Profiles

Xcode keeps repairing provisioning and never success. Does anyone know how to fix this issue?

enter image description here

enter image description here

PrimaryChicken
  • 963
  • 1
  • 8
  • 29

2 Answers2

0

The best way is you should create a new Certificate with this Provisioning Profile, then re-adding it into your Xcode.

aashish tamsya
  • 4,903
  • 3
  • 23
  • 34
BinhLe
  • 1
  • 1. Revoke current certificate in your apple account. 2. Create the new one. 3. Choose new certificate for your bundle id, then build again. You can check the following link as reference: https://stackoverflow.com/questions/37858770/create-provisioning-profile-in-ios Hope it helps. – BinhLe Jun 15 '17 at 10:26
  • Sorry I didn't make it clear. The signing works if I import the provisioning manually. However, I have no idea why the auto-signing is not working and it keeps repairing the provisioning I created. – PrimaryChicken Jun 15 '17 at 10:52
0

You can go to developer.apple.com, create profiles with your bundle id. then downlowd and select it manually at XCode.

simalone
  • 2,768
  • 1
  • 15
  • 20