Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

no matching provisioning profiles found in xcode 6

Tags:

iphone

xcode6

I am getting No matching provisioning profiles found for "My application" message when I try to make Ad Hoc Distribution of application using xcode 6. I tried all the possible solution but they are not working. please help me

Thank you

like image 770
Indrajeet Avatar asked Sep 23 '14 06:09

Indrajeet


People also ask

How do I create a provisioning profile in Xcode 11?

Sign in to your Apple Developer account and navigate to Certificates, IDs & Profiles > Identifiers > Provisioning Profiles. Add a new provisioning profile. Activate App Store. Click Continue.


2 Answers

In fact, you need to create a new Distribution profile, specific for Ad Hoc Deployment. This can be found in the classic member center, but it is a new type of certificate.

You can then select which devices can be used to test the app as ou would do with a developer profile.

And the newly created certificate will be available when you export your package from the Organizer the usual way.

Alternatively you can use the TestFlight solution provided by Apple with iOS 8 to enable your user to have access to prerelease.

enter image description here

like image 61
cdescours Avatar answered Sep 23 '22 17:09

cdescours


When I switched from Xcode 5 to Xcode 6, I had to download the provisioning profiles again and drop them onto the Xcode 6 app icon.

Then things usually worked normally.

like image 36
Walt Sellers Avatar answered Sep 26 '22 17:09

Walt Sellers