Xcode 7: "No matching training profiles found"

I changed the application identifier and created a new provisioning profile for it. The new package identifier and provisioning profile are apparently set correctly in the target settings, and I do not receive a warning when archiving it. But when I want to export the archive, Xcode shows me a dialog:

There are no matching training profiles for "Applications / MyApp.app"

And below he says that:

None of the valid provisioning profiles allowed the specified rights: application identifier, beta reports-active, key-key groups

What am I missing to check / change?

thanks

EDIT: The alert dialog also displays the Visit Member Center and Import Developer Profile buttons. Do I need to install a developer profile if I just want to export the distribution binary?

+4
source share
6 answers

Go to the Participant Center and then Certificates, Identifier and Profiles, "then create a new developer profile. Download and double-click on the profile, then clean the application. And run.

if you don’t decide. see this video https://www.youtube.com/watch?v=wAdV16nRLp8

+5
source

​​ Provisioning Profile Debug Release , Automatic (.. ). SO-.

+3

Xcode 7.2:

, "". "" , , , " ". , .

, .

0

, Bundle, .

0

Xcode 8 ( 8, ) Xcode → → IOS → , xcode orgaiser, → . , . : , . . " ", , 1 4 , → (4- ) . , , . , IPA. IPA .

In my case, it helped. No other option gave me the same error in the configuration profile, but not in the fourth.

0
source

If this is not convenient, by updating the Provisioning profile, you can try switching to TARGETS / Build Settings / Packaging / Product Identifier> . You may have forgotten to change the package identifier.

-1
source

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


All Articles