Xcode6 error: “No matching provisioning profiles found for application”

前端 未结 18 1046
忘了有多久
忘了有多久 2020-12-05 06:21

I\'m trying to submit my iOS app in Xcode6. When I click Submit or Validate in the organizer, a window pops up that says:

Failed to locate or

相关标签:
18条回答
  • 2020-12-05 06:34

    In my entitlement file for Health kit there was development key. I removed that and my problem resolved.

    I hope this answer could help :)

    0 讨论(0)
  • 2020-12-05 06:34

    There seem to be many possible causes of this error.

    In my case, my app was an Enterprise release and I was clicking "Validate" when I should have been heading straight to "Export".

    I found this in the Apple docs:

    Validate or Submit is not intended to be used with Development, Ad Hoc or Enterprise builds. Ad Hoc or Enterprise distributions should skip straight to Export.

    Source: https://developer.apple.com/library/content/qa/qa1830/_index.html

    0 讨论(0)
  • 2020-12-05 06:34

    Create a new provisioning profile

    This solution worked for me when I had this problem.

    Step by step :

    1. log onto the apple developer portal and go here : https://developer.apple.com/account/ios/profile/production

    2. Click the [+] add button and fill in a new profile name and select your app ID

    3. Click the Download button, and once it has downloaded double click to open that file in Xcode

    4. Re-Archive, and this time you should be able to upload succesfully to the store

    0 讨论(0)
  • 2020-12-05 06:36

    Another solution, that fixed this symptom for me, can be found at: Xcode Watchkit: None of the valid provisioning profiles allowed the specified entitlements: beta-reports-active, com.apple.security.application-groups

    Briefly: clear ~/Library/MobileDevice/Provisioning Profiles

    0 讨论(0)
  • 2020-12-05 06:37

    If you are sure you have valid certificate and provisioning profile, then you may need to do the following:

    I would suggest people to refresh the link between xCode and developer account by doing the following:

    Go to Xcode -> Preferences -> Account -> View details -> (Refresh icon)

    Otherwise you may not be able to see the provisioning profile as an option in the build settings (You may only see old profiles)

    A lot of times it gives me connection error, you may need to retry.

    Do this refresh every time you edit the provisioning profile or certificate online on apple developer member center

    0 讨论(0)
  • 2020-12-05 06:38

    It's the year 2017, and the provisions are still not just working. I had to put them on manual mode because automatic didn't worked after struggling half an hour. I have no idea what are those entitlements, i have no entitlements file.

    0 讨论(0)
提交回复
热议问题