[ios]An error occurred uploading to the iTunes Store解決方法

LINEで送る
[`evernote` not found]


java更新後,透過xcode上傳app到apple stoe出現了這個錯誤

An error occurred uploading to the iTunes Store


過去有些前輩是說根本地語言有的設定有關係,但我試過了也沒有作用,所以看起來還是java的問題比較大!

後來解決的方法是打開terminal輸入指令:

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

也就是說,java不管太新太舊都不行的意思了@@