18

I am using Application Loader to upload my .ipa files (created with Adobe AIR v18) to iTunesConnect.

It's been working fine for months, but today I received two new errors:

The u option must have a non-empty value.
The password must have a non-empty value.

Can anyone shed some light on the issue?

low-belly
  • 335
  • 4
  • 10

6 Answers6

7

I upgraded to Xcode 7.1 and that solved the problem!

Note: Xcode 7.1 comes with Application Loader 3.3.

low-belly
  • 335
  • 4
  • 10
6

You have 2 solutions:

1) Update your Xcode to 7.1 (but since you are not coding natively, use the solution #2 below)

or

2) Download and use the Application Loader v3.1 (Download link: https://itunespartner.apple.com/en/apps/tools ) to submit your IPA

rsc
  • 10,348
  • 5
  • 39
  • 36
5

Apart from low-belly's answer you can try to use XCode's built-in upload feature. If you go to the Organizer, just click on Upload to App Store:

enter image description here

This solved the problem for me in XCode 7.0.1.

Bastian
  • 4,638
  • 6
  • 36
  • 55
1

Xcode 7.1 was downloading too slow (more than 4GB) and the update failed every time, so for now I downloaded the Application Loader 3.1 from iTunes Connect and it worked fine.

To download it you login into iTunes Connect -> Resources and Help -> click on View Tools (under the title Other Resources at the bottom of the page) and there is the download link.

ernewston
  • 923
  • 6
  • 22
1

I got the same error last night. Fixed it by signing out of Application Loader (3.6) and logging back in.

Charlie S
  • 4,366
  • 6
  • 59
  • 97
0

I got the same error with Application Loader 3.2. Submitting with Application Loader 3.0 (bundled with Xcode 6.2) or 3.1 (bundled with Xcode 6.4) solved the problem.

Damien Debin
  • 2,812
  • 25
  • 41