Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
247 views
in Technique[技术] by (71.8m points)

ios - An error occurred uploading to the iTunes Store

We Really need some help on this one:

We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore...

Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get -

"An error occurred uploading to the iTunes Store"

I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem...

I've been stugling with this for over a week now... I've tried:

  • Creating a new Distribution Profile for Code Signing.

  • Checking All the Target Settings over and over.

  • Changing the FTP mode from Passive to non-Passive

  • Connecting from different networks

  • Reinstalling Xcode4

  • some other Work Arounds like Downloading the application Loader (Haven't installed it yet, but I Don't Know if I Should)

Please help us, what do you think could be the problem?

Thanks

Hernan

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

If you are unable to upload Apps to Apple and installed the JavaOSX update (April 3, 2012) this may help you regain your ability to upload Apps:

You can work around this issue by re-creating the old Java 1.5 symlinks:

cd /System/Library/Frameworks/JavaVM.framework/Versions
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

Edit Oct 5, 2012 Oracle's Java 7

Elaborating on Hackmonford's comment below.

This exact error message also occurs with Oracle's Java SE 7 1.7.0_10 package installed. To resolve, open "Java Preferences" and either change the order to have Apple's Java SE 6 first, or untick Oracle's Java 7 while submitting to the app store. Verify your change by opening the Terminal:

prince$ java -version
java version "1.6.0_35"

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...