No matching training profiles found in xcode 6

I get the message No matching provisioning profiles found for "My application" when I try to make an Ad Hoc Distribution application using xcode 6. I tried every possible solution, but they do not work. Please help me

thanks

+5
source share
4 answers

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

Then you can choose which devices can be used to test the application, since ou will work with the developer profile.

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

Alternatively, you can use the TestFlight solution provided by Apple with iOS 8 to allow your user to have access to prepayment.

enter image description here

+4
source

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

Then they usually worked fine.

+4
source

I received it with developer certificate revocations and the distribution and recovery of all profiles / certificates.

0
source

Ok, I had the same problem, so I did it, I deleted my project, now naked with me, and, fortunately, I had a backup before I tried to add these provisioning files, and then downloaded this backup copy and when I tried it worked, another approach to this is to create a new Xcode project and import and replace files from another project that ended, for me, anyway.

0
source

Source: https://habr.com/ru/post/1203189/


All Articles