由于 Transporter,我的应用无法上传。我怎样才能解决这个问题?
My app won't upload because of the Transporter. How can I get round this?
我正在尝试将我的应用程序上传到应用程序商店并尝试了几次但出现错误。我已修复所有错误然后开始上传,但是,我现在收到此错误:
Cannot proceed with delivery: an existing transporter instance is currently uploading this package
您需要清除传输令牌。在终端 运行 此命令
rm ~/.itmstransporter/UploadTokens/*.token
并参考 this and this link 以获得完整的解决方案。
在我尝试过的所有方法中,只有这个命令帮助了我
rm /Users/<username>/Library/Caches/com.apple.amp.itmstransporter/UploadTokens/*.token
用你的
替换<username>
我正在尝试将我的应用程序上传到应用程序商店并尝试了几次但出现错误。我已修复所有错误然后开始上传,但是,我现在收到此错误:
Cannot proceed with delivery: an existing transporter instance is currently uploading this package
您需要清除传输令牌。在终端 运行 此命令
rm ~/.itmstransporter/UploadTokens/*.token
并参考 this and this link 以获得完整的解决方案。
在我尝试过的所有方法中,只有这个命令帮助了我
rm /Users/<username>/Library/Caches/com.apple.amp.itmstransporter/UploadTokens/*.token
用你的
替换<username>