使用应用程序加载程序将IPA上载到AppStore失败,报告错误:java.lang.reflect.InvocationTargetException

时间:2018-10-25 05:33:48

标签: ios

使用Application Loader将IPA上载到AppStore失败,报告错误:java.lang.reflect.InvocationTargetException,有什么想法吗?谢谢。

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.apple.transporter.launcher.Application.start(Application.java:206)
	at com.apple.transporter.launcher.Application.main(Application.java:519)
Caused by: java.lang.IllegalStateException: could not find needed OSGiFramework
	at com.apple.transporter.bootstrap.BootstrapHelper.setupClassLoader(BootstrapHelper.java:160)
	at com.apple.transporter.osgi.FelixOSGiBootstrapper.bootstrap(FelixOSGiBootstrapper.java:21)
	... 6 more

0 个答案:

没有答案