【发布时间】: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