iOS enabled: Error extracting avian-openjdk

So due to Github Limitations and since it’s not 100% tested, you currently need the following to try out iOS Support:

  1. Checkout the latest version of the SDK
  2. Execute build_engine.sh
  3. Execute jme3-ios/build_avian.sh (or download from here)
  4. Execute ./gradlew buildSdk && ant run
  5. In the SDK have your Project and select iOS Deployment Options
  6. Click Clean and Build and wait
  7. Open the freshly created XCode Project and launch it

When XCode complains about some Unsatisfied Link because of i386, then select “Only build active architecture” or something in the Project Properties. It’s somehow a bug in my XCode at least.

Enjoy!

6 Likes