将iOS应用程序上传到AppStore(上传到App Store时出错.)

Gra*_*lex 18 xcode app-store ios

完整的操作系统更新后,我无法将新版本的应用程序上传到appstore.尝试安装java版本9+和8+,不起作用.在Application Loader中,我得到了这个日志:

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.osgi.BootstrapHelper.setupClassLoader(BootstrapHelper.java:120)
    at com.apple.transporter.osgi.FelixOSGiBootstrapper.bootstrap(FelixOSGiBootstrapper.java:9)
Run Code Online (Sandbox Code Playgroud)

XCode 9.2,java版"1.8.0_151"

Pau*_*aud 23

这里也是错误的.XCode(9.2)和java(9.0.1).

这个命令行解决了我的问题:

rm -R ~/.itmstransporter
Run Code Online (Sandbox Code Playgroud)

问候