Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An error occurred uploading to the iTunes store

Using Xcode 4.3.2.

Since yesterday, I can't upload to ITunes Store. I can't find any reasons.

Archive -> Validate... no problem.

But, it is occurred error in distribute.

enter image description here

My app is using Push.

My Xcode version is 4.3.2.

What do I do to escape this state?

Please help me... and thank you.

like image 929
hyekyung Avatar asked Apr 05 '12 05:04

hyekyung


People also ask

Why can't my Apple ID connect to iTunes store?

Make sure that your device is connected to the internet Use any web browser to connect to any website. If nothing loads, use another device on the same network to see if it can connect to any website. If no other devices can access the internet, turn off your Wi-Fi router, then turn it on again to reset it.

Is iTunes down today?

All services are operating normally.

Why won't my iTunes connect to my iPhone?

Make sure that your iOS or iPadOS device is turned on, unlocked, and on the Home screen. Check that you have the latest software on your Mac or Windows PC. If you're using iTunes, make sure you have the latest version. If you see a Trust this Computer alert, unlock your device and tap Trust.


1 Answers

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
like image 133
Yogesh Agarwal Avatar answered Nov 11 '22 05:11

Yogesh Agarwal