sighmon
sighmon

Reputation: 571

Xcode 7.1 (7B91b) You are not authorised to upload to the App Store

I downloaded Xcode 7.1 from the App Store today after working from 7.1 beta downloads from developer.apple.com and have a new iOS app build to upload. So I did:

But the response was:

Intriguingly, when I 'Export' the build to the Desktop and then use Application Loader 3, it uploads without error.

Is this an iTunes Connect bug? Or is there a new Xcode checkbox I've missed?

Note: I've also tried removing and re-adding my AppleID as suggested here, and restarted my Mac for good measure (which actually allowed the validation to work once), but still no luck uploading directly from Xcode > Organiser.

Upvotes: 12

Views: 3145

Answers (8)

Robert Benedetto
Robert Benedetto

Reputation: 1710

Disable the "Include bitcode" checkbox worked for me.

Upvotes: 0

Tyler Liu
Tyler Liu

Reputation: 20356

I met the same issue today and I think it is a bug of Xcode 7.1

Finally I managed to submit my app via Application Loader. There were warnings but it did work.

Here are the basic steps:

  1. Archive
  2. Export
  3. Xcode menu --> Xcode --> Open Developer Tool --> Application Loader
  4. Double click "Deliver Your App" and choose the file exported in step #2
  5. click next and follow the instructions until the end

Upvotes: 7

crojassoto
crojassoto

Reputation: 601

Having the same problems as all of you, just thought I'd share that I found a way to Validate successfully, you have to disable the "Include bitcode" checkbox before moving forward. As for the actual upload to App Store, no work around for that one other than use the Application Loader...

Also I've been seeing this too since XCode 6.4, but it seems once the current version has a couple of months after it's originally released it starts working again... fingers crossed that it starts working again soon, because uploading straight from Organizer is so much better. (I saw the Beta Version post, when I say after a couple of months for current version I'm not talking about Beta versions, just in case ;) )

Upvotes: 2

Beau Nouvelle
Beau Nouvelle

Reputation: 7252

Theres a few solutions I have come across to solve this issue.

Most common being to remove and re-add your developer account. This won't work on its own though, you need to also 'view details' on your account and have Xcode download your provisioning profiles again.

The other alternative is to upload your build using application loader. The disadvantage to using this solution is that should you be trying to upload using a beta build of Xcode or OSX you won't be able to change your apps .plist in the archive folder to trick iTunes connect into accepting it. In this instance all you have access to is your ipa.

Upvotes: 0

Freek Sanders
Freek Sanders

Reputation: 1257

Same problem here. Downloaded Xcode 7.1 from the App Store and it refuses to upload a new version. Happily Application Loader worked ;) Hopefully this gets fixed quickly.

One possible reason for the issue could be multiple development accounts under one name (personal and company). I've read elsewhere (apple radar) that that caused earlier problems of this kind.

Upvotes: 1

l'L'l
l'L'l

Reputation: 47169

Here's the quick solution:

Don't use Xcode beta versions to submit apps for release — it's beta for a reason and shouldn't be used with production code.

Submitting Apps

Apps that are created using beta versions of Xcode or that are built for beta versions of operating systems will not be accepted on the App Store and Mac App Store. Apps that you submit should be developed using the latest version of Xcode from the Mac App Store and should be built for publicly available versions of iOS, OS X, and watchOS — except when GM seeds are available. When a GM Seed of Xcode becomes available, use it to develop your app for submission. When GM seeds of iOS, OS X, or watchOS become available, build your app for these versions.

https://developer.apple.com/support/pre-release-software/

Upvotes: 4

tuzr2002
tuzr2002

Reputation: 301

I also have the same problem today.

Finally, I used the application loader to upload successfully,too.

Upvotes: 0

Helge Becker
Helge Becker

Reputation: 3253

Happens here if the dev account is only admin. I had to use the central account for uploading our apps. I think this problem startet sometime with XCode 6. Didnt investigate further though since Application Loader works in cases when I dont have access to the central account.

Upvotes: 0

Related Questions