Error reading zip file on AppStore upload

Apple ID of the App: 1126018459 Apple ID of the User: administracion@telematel.com


Everytime I try to upload the build to the appstore via xcode I get an error during itunes auth. If I use Application Loader and upload the ipa, I get an "error reading zip file" error. I've done this before, without problems.

Steps to Reproduce:

1. I open xcode project.

2. I change build and version, to a new, higher incremental value.

3. Archive.

4. Validate.

5. Upload to AppStore.

The expected result is getting a new build version on iTunes Connect.

Got errors, not comprhensive ones. You can see them on the attached files.

Version: OSX 10.11.5, MacInCloud

Notes: Configuration: OSX 10.11.5,

This is apploader's stacktrace:

[2016-08-08 08:32:53 BST] <main> INFO: Transporter is skipping bundle update check: Already checked recently.

java.util.zip.ZipException: error reading zip file

at java.util.zip.ZipFile.read(Native Method)

at java.util.zip.ZipFile.access$1400(ZipFile.java:56)

at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:679)

at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:415)

at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)

at org.apache.felix.framework.cache.JarContent.getEntryAsBytes(JarContent.java:135)

at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.findClass(ModuleImpl.java:1816)

at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:727)

at org.apache.felix.framework.ModuleImpl.access$400(ModuleImpl.java:71)

at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1768)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:645)

at org.apache.felix.framework.resolver.WireImpl.getClass(WireImpl.java:99)

at org.apache.felix.framework.ModuleImpl.searchImports(ModuleImpl.java:1390)

at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:722)

at org.apache.felix.framework.ModuleImpl.access$400(ModuleImpl.java:71)

at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1768)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

at org.apache.http.impl.execchain.MainClientExec.<init>(MainClientExec.java:120)

at org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:787)

at com.apple.transporter.JSONService.<init>(JSONService.java:57)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

at java.lang.reflect.Constructor.newInstance(Constructor.java:526)

at java.lang.Class.newInstance(Class.java:383)

at com.apple.transporter.factory.WebServiceFactory.createWebService(WebServiceFactory.java:40)

at com.apple.transporter.CommandLineOptionProcessor.parseMode(CommandLineOptionProcessor.java:318)

at com.apple.transporter.CommandLineOptionProcessor.parse(CommandLineOptionProcessor.java:187)

at com.apple.transporter.Application.processCommandLineArgs(Application.java:75)

at com.apple.transporter.Application.begin(Application.java:95)

at com.apple.transporter.osgi.TransporterService.run(TransporterService.java:64)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at com.apple.transporter.osgi.OSGiBootstrapper.runTransporter(OSGiBootstrapper.java:578)

at com.apple.transporter.osgi.OSGiBootstrapper.bootstrap(OSGiBootstrapper.java:304)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at com.apple.transporter.Application.start(Application.java:133)

at com.apple.transporter.Application.main(Application.java:357)

An error occurred while trying to start transporter. Exception's name: java.lang.reflect.InvocationTargetException, Exception's message: null



ERROR: JarContent: Unable to read bytes. (java.util.zip.ZipException: error reading zip file)

Error reading zip file on AppStore upload
 
 
Q