I encountered this error An error occurred uploading to the App Store.
Already spent some hours..😭
↓ my environment is
MacOS Catalina 10.15.6
Xcode: Version 11.6
Java
Code Block java 14.0.2 2020-07-14 |
Java(TM) SE Runtime Environment (build 14.0.2+12-46) |
Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing) |
Also, I tried to transporter app(
https://apps.apple.com/jp/app/transporter/id1450874784?mt=12 ), But not working
↓this is Transporter's error
Code Block 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:220) at com.apple.transporter.launcher.Application.main(Application.java:658)Caused by: com.apple.transporter.bootstrap.BundleNotFoundException: bundle=[org.apache.felix.scr] version=[2.1.14,3.0.0) not found. at com.apple.transporter.bootstrap.BootstrapperPhase1.downloadNeededBundles(BootstrapperPhase1.java:269) at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:97) at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:59) at com.apple.transporter.launcher.Launcher.launchBootstrapper(Launcher.java:37) ... 6 more |
thanks.