项目场景:
提示:Your version of iTMSTransporter will be updated in approximately 3 days.
问题描述
提示:Your version of iTMSTransporter will be updated in approximately 3 days.
build archive 最后提示 Your version of iTMSTransporter will be updated in approximately 3 days.
原因分析:
提示:需要清理缓存
解决方案:
方案1、终端:open /Users/电脑账户/Library/Caches/,删除缓存下的文件夹‘com.apple.amp.itmstransporter ’
也可以终端直接执行命令:rm -rf /Users/电脑账户/Library/Caches/com.apple.amp.itmstransporter
方案2.最简单的执行以下更新命令,即可:
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter -updateChannel earlyAccess
选择其中一个方案即可