I tried very hard the last two days to submit an update of our App to Apple directly out of XCode. The archive is always verified, but the submit process is stopped then wit
Oracle Java 1.7 broke the uploader AGAIN. Im using;
OSX 10.7.4
Xcode 4.4.1
And getting the same error. I reported it as a bug on ADC and it was acknowledged as such. Two ways to fix:
The update Java for OS X 2012-002
(released today) fixed the problem.
Before the update, the symlinks are missing:
$ ls /System/Library/Frameworks/JavaVM.framework/Versions/
1.6 1.6.0 A Current CurrentJDK
after the update:
$ ls /System/Library/Frameworks/JavaVM.framework/Versions/
1.4 1.4.2 1.5 1.5.0 1.6 1.6.0 A Current CurrentJDK
This is a known bug! After installation of the latest JAVA Update by Apple via Apple Software Updater, it is not possible to upload binarys to the Store. There is a workaround by entering the following commands in termin to create symlinks:
sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5
sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
There is no need for a restart of Xcode after that or a restart of the whole Mac. Right after setting the symlinks you can upload binarys to the Store and also the Application Loader is working as supposed to.