XCode stuck at "Your application is being uploaded"
Sometimes, when you try to distribute a iOS application to the App Store, you falter in a annoying issue.
The "Your application is being uploaded" window shows the progress-bar and the submission not continue.
What's the problem about it?
Well... I'm sad for this, but you must know that XCode uses Java for the submission step. Yes... Java!
So, have you a jdk installed into your Mac? You can check this going to the /System/Library/Java/JavaVirtualMachines/ folder. If you have not a folder named xxxx.jdk, you must install JavaForOSX from here.
Warning! The new version of Java (jdk 7) is installed into the path /Library/Java/JavaVirtualMachines/ You can move it to the previous path above.
Finish, now you can try to submit again the app to the Store. It will works!
Warning! If you have the OS X Firewall enabled, you must permit input connections to the java application like in the picture below. OS X ask for this on first time that you try to distribute a app.
That's all!













