An Error Occurred Uploading to the Itunes Store

An error occurred uploading to the iTunes Store

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"

Xcode 9: An error occurred uploading to the iTunes Store.

This story has an happy end!

I was trying many solutions from various forums, but the one that did the trick was very simple:

Open the terminal and run these commands:

cd ~
mv .itmstransporter/ .old_itmstransporter/

An error occurred uploading to the app store with no error code

I had the same problem this morning, you can try to open the terminal and run these commands:

cd ~
mv .itmstransporter/ .old_itmstransporter/

It worked for me.

An error occurred uploading to the iTunes store

I had the similar issue..which i was able to fix using the solution mentioned here - An error occurred uploading to the iTunes Store - Please upgrade Java

for quick reference I am adding the solution here also

open terminal window and execute below lines of code

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

Can't upload App - 'An error occurred uploading to the itunes store'

You need to change your Build Configuration for your Archive Scheme to Distribution or smth. like this.

For this, go to Product > Edit Scheme and on the left side you'll find the Archive-Scheme.

Check if you've added everything to your project like Entitlements, and wether you've added this to your configuration. Check also the Base SDK and the code signing options of your configuration. If you've done this, it should really work.

iPhone - An error occurred uploading to the iTunes store?

I came accross same error with Xcode 4.5.0 on Mountain Lion. Problem was that current Java version was 1.7.x. What helped was temporarily removing current java version from /Library/Frameworks/JavaVM.framework/Versions

See Xcode 4.5 iOS 6 error uploading to itunes

An error occurred uploading to the iTunes Store from Application Loader

I finally solved it, this linked helped me out:

Link

I hope it can save some time from someone with the same issue...



Related Topics



Leave a reply



Submit