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

前端 未结 6 1363
粉色の甜心
粉色の甜心 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:47

    Recreate the old Java 1.5 symlinks:

    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
    

提交回复
热议问题