App Validation on Xcode 6 GM release

9k views Asked by At

When I try to validate my build using xcode 6 GM release I am getting this error. Error : itunes store operation failed no eligible software found. Make sure this software is owned by your developer organization.

Can anybody here suggest some solution?

7

There are 7 answers

5
Sanoneco On BEST ANSWER

Try using application loader. I had the same issue with Xcode and using the loader worked for me.

0
Will On

I'd recommend ensuring that the account in question has been invited as both the apple developer and iTunesConnect account. This should resolve the problem. You may have to go into Preference in Xcode and re-add the account.

0
Mujtaba Fadhil On

That happened to me with many projects , so just try to re choose your provisioning profile and code signing identity in the build settings for your project

4
Maciek Czarnik On

Probably you're using a different AppleID for iTunes Connect than for Developer Portal. You can use such a workaround:

Export archive in Organizer (Save for iOS App Store Deployment) and then use Application Loader (Xcode > Open Developer Tools > Application Loader) to upload it to iTunes Connect. It allows you to input credentials

1
james0n On

I had this problem too and as some commenters point out, the reason was the different Apple ID used on itunesconnect vs. xCode.

I was able to solve it on xCode adding my itunesconnect Apple ID on xCode preferences and making sure it is selected during validation. The right team was not enough for me, it has to be the right team on right account.

1
marco On

I had this same issue and it resolved by making sure it logged in with the correct account.

When the modal dialog asks to select a "Development Team to use for provisioning" Choose "View Accounts..." make sure the correct account shows in the "Apple IDs" list.

If the Apple ID is not there, use the plus sign to add a new Apple ID account. Close the Accounts screen.

On the "Development Team to use for provisioning" use the drop down to select the account you just added, select Choose and then Validate and it will work.

0
Yutaka_ On

Try using Xcode6. Xcode6.1 GM seed's iOS SDK version is now beta 8.1. You can't submit a beta binary to iTunes Store.