D S
D S

Reputation: 305

'Create provisioning profile' button next to 'iOS development' on XCode is not present

I am trying to create a free provisioning profile on XCode for an app I am developing using Xamarin. But the Create button next to iOS development is not there: enter image description here

Please help.

Upvotes: 0

Views: 785

Answers (3)

sigurdb
sigurdb

Reputation: 1495

I had the exact same problem and here is how I fixed it:

First, Go to: this xamarin help guide

On there I skipped step 2,3,4 and went straight from 1 to 5.

Finish 5 and 6. Then your General->Signing page will have a status failed message.

Now, to fix that and before you get to step 7 make sure you have your device selected at the top like this

Then proceed with the instructions on the Xamarin page from step 6 and to the finish, I did not bother going back to step 2,3 or 4, just skip those. Make sure you have the same info in your test app in Xcode as you have in info.plist in the .iOS project in Xamarin.

Now I have my Xamarin Forms app running from Xamarin studio on my device, select (Release | Iphone) and select yourself as a trusted developer in settings on your ios device if you run into that.

Upvotes: 1

gurmandeep
gurmandeep

Reputation: 1247

The main idea is to create provisioning in the apple developer account and import/download them in Mac or xcode and use them from there.

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html

Upvotes: 0

Nikunj Rola
Nikunj Rola

Reputation: 156

If you have already one developer certificate available at developer portal, then you can not create new. You have to revoke old one and then you can create new development certificate.

Open Developer portal and revoke development certificate and try again.

Upvotes: 0

Related Questions