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_第1张图片
提示信息.png

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

解决方法:

  1. 打开终端,cd到个人用户目录下。
  2. ls -a,我们可以看到一个隐藏的目录.itmstransporter
  3. cd .itmstransporter/UploadTokens
  4. ls ,可以看到一个类似 ``xxxxx.local_itunesConnectUSERxxxxxx.itmsp.token`文件
  5. nano xxxxx.local_itunesConnectUSERxxxxxx.itmsp.token,在里面把内容都删除,保存。

重新上传就可以了

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