Trying to compile and deploy with this RoboVM fork (either the latest stable or the snapshot) plugin in either IntelliJ or Eclipse (tried the last 3 major Eclipse versions) crashed the JVM and with it the IDE every try I made. Compilation and linking always succeeded, but as soon as codesigning was tried (log output "codesign -f -s ...") it always crashed. Using the "official", if abandoned RoboVM plugin works fine on the same machine except for deploying directly to iOS 10/10.1 or higher (libmobidevice SSL issue), which was why I tried updating to the fork.
Reproduction steps/code
Installed the RoboVM plugin
Tried deploying to device
After compilation and linking, during codesigning (seemingly), the whole JVM/IDE crashes
Configuration
Build Tools:
[x] IDEA plugin
[x] Eclipse plugin
[ ] Gradle plugin (not tested)
Versions:
Robovm: 2.2.0 and snapshot
XCode: Will update, not sure atm
JDK: Java SE Development Kit 8u112
Mac OS X: OS X 10.10 Yosemite, OS X 10.11 El Capitan
Issue details
Trying to compile and deploy with this RoboVM fork (either the latest stable or the snapshot) plugin in either IntelliJ or Eclipse (tried the last 3 major Eclipse versions) crashed the JVM and with it the IDE every try I made. Compilation and linking always succeeded, but as soon as codesigning was tried (log output "codesign -f -s ...") it always crashed. Using the "official", if abandoned RoboVM plugin works fine on the same machine except for deploying directly to iOS 10/10.1 or higher (libmobidevice SSL issue), which was why I tried updating to the fork.
Reproduction steps/code
Configuration
Build Tools:
Versions:
Build Targets: All targets
Stacktrace