Richard
Richard

Reputation: 8955

iOS how to add a provisioning profile

I am using Xcode Version 8.3.3 (8E3004b). I have an app developed that I would like to deploy to Apple's App Store.

In order to Archive and deploy, I understand I first need a provisioning profile. So, in the developer console, I set up an iOS Distribution Provisioning Profile.

enter image description here

I also have the following certificates:

enter image description here

On my MacBook, I added the following certificates to the key chain:

enter image description hereenter image description here

Then when I go to Xcode, I would expect to have a Provisioning Profile:

enter image description here

But as you can see, it Failed to create provisioning profile and No profiles for 'com.ionicframework.thewhozoo912107' were found.

I am obviously missing some step in order to create the Provisioning Profile in order to distribute the app to the Apple App Store.

Question

If anyone can suggest what I need to do in order to create a working provisioning profile in order to distribute the app, I would appreciate the help.

More info:

enter image description here

Upvotes: 7

Views: 43535

Answers (2)

Richard
Richard

Reputation: 8955

Solution:

I fixed this in Xcode by unchecking Automatically Manage Signing, and then selecting my provisioning profile.

enter image description here

Upvotes: 14

Christian Jacob
Christian Jacob

Reputation: 3

I had that problem as well when I was developing my first app. It took a while, since I managed it. Try to plug your iOS device in your computer and then it should work.

Upvotes: 0

Related Questions