一言不合上來就報錯
Could not find transporter at /Applications/Xcode.app/Contents/Developer/. Please make sure you set the correct path to your Xcode installation.
解決辦法:
Xcode 11 doesn't include the Transporter application anymore
- 1.更新 fastlane
- 2.把原來的xcode10.3 的Application Loader 找回來 然后放入 xcode11的 /Applications/Xcode.app/Contents/Applications 內(nèi) [鏈接:https://pan.baidu.com/s/186PP5YNMr64t_MHaG9PY4Q 密碼:67hu]
期間也安裝過iTMSTransporter_2.0.0
基本就這個報錯
[10:27:17]: [iTMSTransporter] -Djava.ext.dirs=/usr/local/itms/java/lib/ext is not supported. Use -classpath instead.
[10:27:17]: [iTMSTransporter] Error: Could not create the Java Virtual Machine.
[10:27:17]: [iTMSTransporter] Error: A fatal exception has occurred. Program will exit.
[10:27:17]: iTunes Transporter output above ^
[10:27:17]: The call to the iTMSTransporter completed with a non-zero exit status: 1. Th
使用舊版本的Application Loader使用(兼容Java 8/9的)Transporter 1.11.0版秩霍,而不是2.0.0版
還收到過這樣的報錯
[Transporter Error Output]: Your Apple ID or password was entered incorrectly. (-20101)
后來發(fā)現(xiàn)是緩存導(dǎo)致的捎稚,關(guān)機(jī)重啟
就行了
后記:
- 賬號問題
進(jìn)
~/.bash_profile
配置 (解決雙重驗證問題)這個appid 是沒開雙重驗證的子賬號密碼
export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=你的appid密碼
ENV["FASTLANE_USER"] = "XXXX.open.com"
ENV["FASTLANE_PASSWORD"] = "你的appid密碼"
- 傳送緩慢問題
ENV["DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS"] = "-t Aspera"