首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >iTunes传输程序错误:无法解决模块: com.apple.transporter.starter

iTunes传输程序错误:无法解决模块: com.apple.transporter.starter
EN

Stack Overflow用户
提问于 2022-02-02 04:21:34
回答 1查看 470关注 0票数 1

当上传我们的应用程序(通过fastlane)时,iTMSTransporter突然开始失败,原因如下:

代码语言:javascript
复制
[14:30:51]: [iTMSTransporter]   at com.apple.transporter.launcher.Application.main(Application.java:947)

[14:30:51]: [iTMSTransporter] Caused by: org.osgi.framework.BundleException: Could not resolve module: com.apple.transporter.starter [20]

[14:30:51]: [iTMSTransporter]   Unresolved requirement: Import-Package: javax.annotation; version="[3.0.0,4.0.0)"; resolution:="optional"

[14:30:51]: [iTMSTransporter]   Unresolved requirement: Import-Package: com.apple.transporter.launcher.asu; version="[1.0.0,2.0.0)"

[14:30:51]: [iTMSTransporter] 

[14:30:51]: [iTMSTransporter]   at org.eclipse.osgi.container.Module.start(Module.java:463)

[14:30:51]: [iTMSTransporter]   at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:440)

[14:30:51]: [iTMSTransporter]   at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:459)

[14:30:51]: [iTMSTransporter]   at com.apple.transporter.bootstrap.BootstrapperPhase2.bootstrapBundles(BootstrapperPhase2.java:321)

[14:30:51]: [iTMSTransporter]   at com.apple.transporter.bootstrap.BootstrapperPhase2.start(BootstrapperPhase2.java:153)

[14:30:51]: [iTMSTransporter]   at com.apple.transporter.bootstrap.BootstrapperPhase1.startOSGiFramework(BootstrapperPhase1.java:319)

[14:30:51]: [iTMSTransporter]   at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:99)

[14:30:51]: [iTMSTransporter]   at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:59)

[14:30:51]: [iTMSTransporter]   at com.apple.transporter.launcher.Launcher.launchBootstrapper(Launcher.java:37)

[14:30:51]: [iTMSTransporter]   ... 6 more

[14:30:51]: iTunes Transporter output above ^
[14:30:51]: The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.

这是在从Xcode 12.4升级之后使用Xcode 13.2.1实现的。

EN

回答 1

Stack Overflow用户

发布于 2022-02-02 04:21:34

删除文件夹~/Library/Caches/com.apple.amp.itmstransporter,然后重试。

来源:https://developer.apple.com/forums/thread/129378?answerId=419847022#419847022

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/70950473

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档