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
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)enter code here
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at 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
答案 0 :(得分:4)
有同样的问题,通过删除.itmstransporter目录来解决,
rm -R ~/.itmstransporter