Cannot proceed with delivery: an existing transporter instance is currently uploading this package

把Application Loader(XCode->Organizer->Archived Applications->Submit)中正在上传的文件中断或者删除,再次Submit提示:

Cannot proceed with delivery: an existing transporter instance is currently uploading this package。


无论如何Clean All、重新Submit都失败,给出上述提示。


原因:上传的动作被记录在UploadToken中了。


解决方法:

(1)打开终端,输入defaults write com.apple.finder AppleShowAllFiles -bool YES,重启Finder,显示全部隐藏文件,找到个人用户目录。

(2)删除 .itmstransporter--》UploadTokens--》删除下面所有文件
(3)重新上传即可。

你可能感兴趣的:(Cannot proceed with delivery: an existing transporter instance is currently uploading this package)