【问题标题】:Itunes Store Operation failed with Xcode 9.2Xcode 9.2 的 iTunes 存储操作失败
【发布时间】:2017-12-07 12:00:32
【问题描述】:
Im use version Xcode 9.2
When i upload ipa to itunes it crashes "Itunes Store Operation Failed"
I use Application Load Exam to get the information :

java.lang.reflect.InvocationTargetException 在 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 在 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)enter code here 在 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 在 java.lang.reflect.Method.invoke(Method.java:498) 在 com.apple.transporter.launcher.Application.start(Application.java:206) 在 com.apple.transporter.launcher.Application.main(Application.java:519) 原因:java.lang.IllegalStateException:找不到需要的 OSGiFramework 在 com.apple.transporter.osgi.BootstrapHelper.setupClassLoader(BootstrapHelper.java:120) 在 com.apple.transporter.osgi.FelixOSGiBootstrapper.bootstrap(FelixOSGiBootstrapper.java:9) ... 6 更多

how to fix

【问题讨论】:

  • Xcode 9.2 好像有很多问题 请尝试使用Xcode 9.1 看看错误是否仍然存在。
  • 谢谢你,我下载了 Xcode 9.1 并尝试了,但没有运行

标签: ios xcode app-store-connect


【解决方案1】:

有同样的问题,通过删除 .itmstransporter 目录解决,

rm -R ~/.itmstransporter

【讨论】:

  • 对我来说,这也修复了通过 Xcode 上传的问题。不仅是应用程序加载器。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2018-08-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-01-23
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多