itunes store operation failed in xcode 6

后端 未结 7 1545
忘了有多久
忘了有多久 2021-02-03 22:28

iTunes store operation failed

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

I get above

7条回答
  •  独厮守ぢ
    2021-02-03 22:53

    As noted by a few others, I was able to resolve this problem by using the Application Loader rather than xCode to send the iPA file to app store. In my case, both xCode and Application loader were using the correct iTunesConnect account, but for some reason, xCode was failing on submitting this app. I could submit other apps without incident, which led me on a wild goose chase thinking the problem was app specific.

    Steps to Resolution were:

    1. Download to Application Loader from iTunesConnect Website (as of 2/18/15, it's under the Resources and Help button).
    2. Install App Loader
    3. From xCode, Build/Archive to create distribution package
    4. From xCode Organizer, Export the package to a location
    5. From App Loader, select the Exported Package IPA file and upload to App Store.

    Glad to be past this one!

提交回复
热议问题