Results 90 comments of Tomski

If you could post the crash log, and the robovm log in IDEA to see where it gets up to. Asa far as the run config settings, just the arch...

And is that the basic application?

@blady214 have you tried either with gradle on the command line?

Intellij shouldn't crash if you are building with gradle on the command line.

Right, could you try pushing to your device by running via gradle on the command line outside of idea?

`./gradlew launchIOSDevice`

``` private void testZip () throws FileNotFoundException { FileInputStream fis = new FileInputStream(NSBundle.getMainBundle().findResourcePath("bad", "zip")); ZipInputStream zis = null; byte[] buffer = new byte[1]; try { zis = new ZipInputStream(fis); ZipEntry...

Please provide list of devices and OS versions this occurs in. Please upload the music file you are trying to lose, as well as standalone executable example that reproduces your...

Are you getting rejected from the appstore? Bitcode is required for tvOS and watchOS apps, which is not supported in this version of robovm.

I cant reproduce this with the latest snapshot, can your provide the exact steps to reproduce this issue?