Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload iOS app to AppStore (An error occurred uploading to the App Store.)

I can't upload new version of app to appstore after full OS update. Try install java version 9+ and 8+, doesn't work. In Application Loader I get this log:

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)

XCode 9.2, java version "1.8.0_151"

like image 432
Gralex Avatar asked Dec 06 '17 08:12

Gralex


People also ask

Why does it say unable to install app iOS?

Check your payment method See what payment method you have on file and make sure that it isn't expired, declined, or failed. If you can't update apps and you see a message that says “your account is disabled in the App Store,” there might be a problem with your payment method. Contact Apple Support for assistance.

How do I upload an app from TestFlight to the App Store?

Choose a Distribution Method and Options You can export the archive or upload it to App Store Connect. You export the app to distribute it outside of the App Store, and upload it to distribute it through TestFlight or the App Store. In the Archives organizer, select the archive, then click Distribute App.


1 Answers

Same error here. XCode(9.2) and java(9.0.1).

This command line solve my problem :

rm -R ~/.itmstransporter

Regards

like image 138
Paul-Alexandre Naud Avatar answered Oct 12 '22 15:10

Paul-Alexandre Naud