1. 程式人生 > >ios開發 上傳到App Store 時出錯. iTunes Store Operation Failed, An Error occurred uploading to the iTunes store.

ios開發 上傳到App Store 時出錯. iTunes Store Operation Failed, An Error occurred uploading to the iTunes store.

sudo 時間 ror 像素 view 英文 version ans opera

ios開發 上傳到App Store 時出錯. iTunes Store Operation Failed, An Error occurred uploading to the iTunes store.

技術分享圖片

的解決方法,網上找了很多. 如下(當然沒有解決我的問題,可以一試):

今天在提交app的時候,最後一步報錯, An error occurred uploading to the iTunes Store! 後來上網查了查資料,在這裏整理一下:

第一:

有可能是中文編碼的問題,需要把編譯的文件包名改成英文的,然後在壓縮提交;

第二:

你的電腦java包長時間未更新,需要下載一個新的java安裝包,安裝後註意,必須重啟電腦才能重新提交,這裏給個下載地址:http://support.apple.com/kb/DL1515?viewlocale=zh_CN

第三:

應該是java的安全問題沖突,需要在終端裏執行一段命令,中間可能需要輸入密碼

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

以上就是整理的三種解決方法,希望可以幫到大家。 (轉載自http://blog.csdn.net/itman_ios/article/details/46789317)

最後群裏的大神幫我解決的問題.

終端執行三條命令完美解決

  1. cd ~
  2. mv .itmstransporter/ .old_itmstransporter/
  3. "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"

註意:

一定要等第三條命令執行完畢才可以哦!


作者:曾經像素有點低
鏈接:https://www.jianshu.com/p/13d02eb2e97c
來源:簡書
著作權歸作者所有。商業轉載請聯系作者獲得授權,非商業轉載請註明出處。

ios開發 上傳到App Store 時出錯. iTunes Store Operation Failed, An Error occurred uploading to the iTunes store.