Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Validation on Xcode 6 GM release

Tags:

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?

like image 323
Waqas Mahmood Avatar asked Sep 12 '14 10:09

Waqas Mahmood


3 Answers

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

like image 67
Maciek Czarnik Avatar answered Oct 30 '22 04:10

Maciek Czarnik


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

like image 31
Sanoneco Avatar answered Oct 30 '22 03:10

Sanoneco


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.

like image 45
marco Avatar answered Oct 30 '22 04:10

marco