Reputation: 101
I am using Xcode 8.3.3, and when I build my HelloWorld
project, I get this error:
Any help?
Upvotes: 1
Views: 3825
Reputation: 124
Step 1: In Xcode editor first disable automatically managing signing. Try to set you signing manually.
Step 2: In signing set your provisional profile manually. There if you have any provisional profiles in your system it will appear if not found.
Step 3: Login developer account and go to your provisional certificates section.
Step 4: Check your project provisional created or not.
Step 5: If created check certificate is valid/invalid.
Step 6: If valid download your project certificate to your device. Else edit and download certificate and attach into keychain.
Step 7: Now your will find your provisional profiles in Xcode signing settings.
I hope it helps for you.
Upvotes: 4