itunes store operation failed in xcode 6

2019-03-10 18:59发布

iTunes store operation failed

No eligible software found. Make sure this software is owned by your developer organization.

I get above error while validating app from xcode 6. I don't understand this error why it is coming. Can anyone help me to solve this error?

Thank you

标签: ios xcode6
7条回答
啃猪蹄的小仙女
2楼-- · 2019-03-10 19:41

I got this error while validating my app. The problem was that the developer account of which I was using the Provisioning Profile was different from that of the account that I was using to validate my app. In simple words: They were two different APPLE IDs.

You need to add the APPLE ID from which you are using the provisioning profile.

Follow the following steps to get rid of this error and add the APPLE ID:

  1. After clicking on "Validate button" ---> Click on "View Accounts".

enter image description here

  1. The following window will open. In this window click on + button as shown below.

enter image description here

  1. A pop-over showing three option will be opened as shown below. Select "Add Apple ID".

enter image description here

  1. A new window will be opened asking you to enter your Apple ID and password as shown below. Enter your Apple ID and password of the developer account from which you have used the provisioning profile. Then press "Add":

enter image description here

  1. You will see a new Apple ID added in the list of the Apple IDs.

  2. Close the Organizer window. ----> Archive the product again and Validate the app choosing the newly added Apple ID.

查看更多
登录 后发表回答