I've been trying to submit my app to iTunes connect, but I've been getting the error An error occured uploading to the iTunes store
. I've tried this using Xcode and the Application Loader.
I checked the system log and I found these errors:
Application Loader[820]: Error:
/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/bin/iTMSTransporter: line 14: **awk: command not found**
/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/bin/iTMSTransporter: line 18: ../share/iTMSTransporter.woa/**iTMSTransporter: No such file or directory**
May 29 11:09:38 Ahmad-MacBook.local Application Loader[820]: Out:*
Here's what I tried to solve this problem:
- some sites suggested that the problem is with Java, so I tried rolling back to Java 1.6 and Java 1.5 and it didn't work, I also installed Java 1.7 from Oracle's website but it didn't work either;
- deleted Xcode and reinstalled it with no success.
Did anyone manage to solve this problem?
I'm running OSX 10.8.3. The current Java version is:
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06-451-11M4406)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01-451, mixed mode)