OGeek|极客世界-中国程序员成长平台

标题: ios - iTMSTransporter 软件更新问题 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 09:33
标题: ios - iTMSTransporter 软件更新问题

我正在编写一个自定义解决方案,使用 iTMSTransporter 创建 iOS 应用并将其上传到应用商店。每当它启动时,它都会检查来自苹果的软件更新。上帝,这是我用过的令人沮丧的工具。每天检查更新,无休止地运行,总是敲到这一行

[2014-04-25 16:51:13 IST] DEBUG: Analyzing remote bundle resource com.apple.jingle.leghorn...

我不知道它下载了什么,它在这里暂停了几个小时。我必须杀死它才能再次使用 iTMSTransporter。有时它会再次更新软件组件。如果我很幸运,它会在某个时间停下来做它应该做的工作。

无论我提供什么命令,这种情况一直在发生。甚至 --help 每次都在更新该死的软件组件。

这是完整的日志

mPub|development ✗⇒ iTMSTransporter -u [email protected] -p mypass -v off -m  lookupMetadata -vendor_id 46saTYYTG  -destination /tmp/46saTYYTG
[2014-04-25 16:51:03 IST] <main>  INFO: Transporter is searching for updated software components.
[2014-04-25 16:51:13 IST] <main>  INFO: Transporter has detected that new software components exist; updating.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.beanutils...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.codec...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.collections...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.cli...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.digester...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.discovery...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.io...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.logging...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource org.apache.commons.math...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.commons.net...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource org.apache.felix.bundlerepository...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource org.apache.httpcomponents.httpclient...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... updated bundle already exists in download folder.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource org.apache.httpcomponents.httpcore...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... updated bundle already exists in download folder.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource org.apache.sanselan.sanselan...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.apache.xml.resolver...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.asperasoft.faspmanager...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.apple.transporter.asperasupport...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.apple.transporter...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... updated bundle already exists in download folder.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.apple.transporter.softwaresupport...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... updated bundle already exists in download folder.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.apple.transporter.updater...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... updated bundle already exists in download folder.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.activation...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.media.jai.core...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.media.jai.codec...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.mail...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.servlet...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.xml.soap...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.xml.rpc...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.javax.xml.stream...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource jaxb.api-2.0.5...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.jaxen...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.springsource.org.jdom...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource org.json.simple...
[2014-04-25 16:51:13 IST] <main> DEBUG:   ... resource is same as system bundle, skipping download.
[2014-04-25 16:51:13 IST] <main> DEBUG: Analyzing remote bundle resource com.apple.jingle.leghorn...

谁能帮我解决这个问题或解决这个软件更新问题。我们有庞大的自动化应用分发队列。由于这个愚蠢的病态问题,它灾难性地失败了。在过去的两周里,我一直在与这个作斗争。无法找到或解决任何解决方案。



Best Answer-推荐答案


几年前我试图解决这个问题;没运气。

@tankLei 找到 this workaround .本质上,他/她运行一个 iTMSTransporter 实例来进行更新,然后运行第二个,它看到更新正在发生并跳过它。

你等了多久?在此过程中,您是否有合理数量的带宽?

关于ios - iTMSTransporter 软件更新问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23291960/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://ogeek.cn/) Powered by Discuz! X3.4