External Publication
Visit Post

Testing new iOS backend

jMonkeyEngine Hub June 6, 2026
Source

Thanks for testing this out, there were a bunch of issues:

  • your test was including jme3-lwjgl3 and jme3-desktop, these two should not be included in ios projects. It is possible to support multiple platforms, but they need “launcher” modules, like we do with start.jmonkeyengine.org (we are going to update it before the stable release)
  • i forgot to mention the project need to include the org.jmonkeyengine.nativeimage gradle plugin, otherwise it cannot generate graalvm metadata automatically
  • our build script failed to publish the `org.jmonkeyengine.nativeimage’ plugin
  • the ios launcher was not detected automatically and preserved by the nativeimage plugin

I fixed everything in the master branch and updated your test project here: GitHub - riccardobl/jme-3.10-ios-test · GitHub

The test uses 3.10.0-SNAPSHOT that has the new fixes included, so you can use it for testing in the meantime. The next beta will include the fixes

Discussion in the ATmosphere

Loading comments...