0

当上传我们的应用程序(通过fastlane)时,iTMSTransporter 突然开始失败,出现以下问题:

[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 13.2.1 时,就在从 Xcode 12.4 升级之后

4

1 回答 1

0

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

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

于 2022-02-02T04:21:34.240 回答