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

前端 未结 18 1140
忘了有多久
忘了有多久 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

    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

提交回复
热议问题