An error occurred uploading to the iTunes Store - Please upgrade Java

前端 未结 6 1365
粉色の甜心
粉色の甜心 2020-12-14 22:12

Yesterday there were an update to Jave (1.6.0_31) in the \"Software update\", but now when I try to send my updated app, I get this error \"An error occurred uploading to th

6条回答
  •  旧巷少年郎
    2020-12-14 22:45

    I met the same "An error occurred uploading to the iTunes Store" issue, and it took me a WHOLE NIGHT!

    Here comes the way to solve it:

    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
    

    the thread: https://devforums.apple.com/thread/147231

提交回复
热议问题