Bundling for iOS simulator - ZipException (SOLVED)

I get this error when trying to bundle for the iOS simulator:

I’ve tried ticking and unticking all options in the bundling dialog, like a madman. What’s needed to make this work?

Edit: I tried clearing the cache as mentioned in this post, but unfortunately that didn’t solve the issue.

1 Like

Can you please try bundling a completely empty project as well?

This problem is related to corrupted zip, there is two main reasons:

  • bad internet connection, then you need to remove .internal folder and try again.
  • corrupted zip file itself on hosting - this is really rare case.

Also it possible that you have corrupted zip from the build server, because of the bad internet connection. Then it would be better to remove build folder and try again.

1 Like

Removing the whole .internal folder did the trick! I only removed the “cache” folder before. Thanks guys.

2 Likes