External Publication
Visit Post

Testing new iOS backend

jMonkeyEngine Hub June 14, 2026
Source

I’m sorry I cannot give you any update. The binary of my game created by github actions won’t work because I missed the minie library json file and I’ve spent all actions credit of my account, so not able to run any action till next month

So I tried to build libJGLIOS from my hackintosh to get x86_64 support but my OSX is too old (10.15.7) and I get the following error while trying to build it:

> Task :angle-ios:buildANGLE
failed command: "gclient config --name change2dot --unmanaged https://chromium.googlesource.com/angle/angle.git"
CIPD selfupdate failed. Trying to bootstrap the CIPD client from scratch...
dyld: Symbol not found: _SecTrustCopyCertificateChain
  Referenced from: /Users/joliver/github/libJGLIOS/angle-ios/build/angle/source/depot_tools/.cipd_client (which was built for Mac OS X 12.0)
  Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
 in /Users/joliver/github/libJGLIOS/angle-ios/build/angle/source/depot_tools/.cipd_client
./cipd: line 236:  3706 Abort trap: 6           "${CLIENT}" selfupdate -version-file "${VERSION_FILE}" -service-url "${CIPD_BACKEND}"
Bootstrap from scratch for mac-amd64 failed! Run the following commands to diagnose if this is repeating:
  export CIPD_HTTP_USER_AGENT_PREFIX=depot_tools/30e761311cf7529a8b6b16233da46af5d26fba02/manual
  /Users/joliver/github/libJGLIOS/angle-ios/build/angle/source/depot_tools/.cipd_client selfupdate -version-file /Users/joliver/github/libJGLIOS/angle-ios/build/angle/source/depot_tools/cipd_client_version

I’m not in the mood for an OS update now, I may end up wih a non-bootable OS, it’s too tricky to get OSX properly running on this PC

As soon as you publish the next release I’ll test it with my game

Discussion in the ATmosphere

Loading comments...