App Validation on Xcode 6 GM release
Asked Answered
R

7

23

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?

Rapeseed answered 12/9, 2014 at 10:53 Comment(0)
D
28

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

Dirkdirks answered 13/9, 2014 at 21:54 Comment(5)
Does application loader also Validate the App?Rapeseed
Application Loader uploaded my app but in iTunesConnect, it doesn't let me Submit for Review.. weird..Sholapur
use Application loader 2.9Notarize
@VanDuTran try hitting the save button first and then try submit for reviewAfield
A key thing here is that you should use your iTunes Connect AppleID with the Application Loader. This may be different from the AppleID whose certificate you used to sign the app.Better
E
37

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

Elaterite answered 18/9, 2014 at 10:53 Comment(4)
This was precisely my problem - thanks for sharing this answer and for the explanation of how to export so that Application Loader could do the submission.Tonality
Thanks, never would have figured this out! Frustrating...this latest release of Xcode 6 and iOS8 has been pretty rough.React
This worked for me. Previously I was using my personal Apple ID in XCode, which was part of a team managed by a different Apple ID. It used to work OK providing the team was selected in XCode. But now it seems I have to add the other Apple ID (the team admin) to XCode and select the SAME team nested under that account in order for validation to succeed. More un-documented changes, thanks Apple!Selfsufficient
Thank you! I never would have figured this out either. It's so dumb and annoying that Apple lets us use the same email with multiple developer programs but not with multiple iTunes Connect accounts.Rescript
D
28

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

Dirkdirks answered 13/9, 2014 at 21:54 Comment(5)
Does application loader also Validate the App?Rapeseed
Application Loader uploaded my app but in iTunesConnect, it doesn't let me Submit for Review.. weird..Sholapur
use Application loader 2.9Notarize
@VanDuTran try hitting the save button first and then try submit for reviewAfield
A key thing here is that you should use your iTunes Connect AppleID with the Application Loader. This may be different from the AppleID whose certificate you used to sign the app.Better
B
13

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.

Brubaker answered 25/9, 2014 at 15:3 Comment(1)
Damnit this is going to be a real problem. Our developer ID is used for multiple clients, but due to limitations on iTunes Connect we have to use a different Apple ID for each client.Ruhr
F
7

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.

Footpad answered 25/9, 2014 at 18:8 Comment(1)
Absolutely the best answer.Cotto
B
2

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.

Boast answered 10/11, 2014 at 22:16 Comment(0)
E
0

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

Emelda answered 13/9, 2014 at 4:57 Comment(0)
P
0

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.

Phylloxera answered 8/10, 2014 at 9:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.