应用程序加载器:“无法继续交付:现有传输器实例当前正在上传此包";

编程入门 行业动态 更新时间:2024-10-23 12:28:39
本文介绍了应用程序加载器:“无法继续交付:现有传输器实例当前正在上传此包";的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我一直无法克服 Application Loader 中的这个错误.我已经退出,重新启动,尝试了不同的计算机 - 就像服务器挂在我从未启动的操作上一样,它不会超时.有没有人见过并打败它?

I have been unable to overcome this error in Application Loader. I've quit, restarted, tried different computers - it's like the server is hung up on an op that I never initiated and it won't time out. Has anyone seen it before and beaten it?

推荐答案

基本上,您需要清除传输令牌.如果您在向 iTunes Connect 提交应用的过程中关闭 Xcode,就会发生这种情况.

Basically, you need to clear out the transport tokens. This can happen if you were to close out of Xcode while in the middle of submitting an app to iTunes Connect.

令牌文件现在出现在

Library/Caches/com.apple.amp.itmstransporter/UploadTokens/ 给定用户主目录的子文件夹.老实说,这对他们来说是一个更好的地方.

Library/Caches/com.apple.amp.itmstransporter/UploadTokens/ subfolder of the given user's home directory. Which, honestly, is a better place for them anyway.

删除此目录中的所有 .token 文件.

Delete any .token files in this directory.

--如果您找不到 .token 文件,这是因为它们隐藏在 Finder 中.要在 Finder 中隐藏/显示隐藏文件,请使用以下终端命令 (TRUE = UNHIDE, FALSE = HIDE):

-- If you are unable to find the .token files, this is because they are hidden in Finder. To hide/show hidden files in Finder, use the following Terminal command (TRUE = UNHIDE, FALSE = HIDE):

defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder

这篇关于应用程序加载器:“无法继续交付:现有传输器实例当前正在上传此包";的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-17 07:26:14,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/908714.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   实例   加载   上传   quot

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!