Re: Release 2.4.0 Progress ..
Posted by Sven Gothel on Mar 04, 2023; 3:03pm
URL: https://forum.jogamp.org/Release-2-4-0-Progress-tp4042061p4042278.html
It simply seems that libnativewindow_macosx.dylib is not binary compatible with your MacOS version 10.12 :-(
As you confirmed: It works on macOS 10.15 & 11, working on x86 and M1.
So the missing symbol in question for MacOS 10.12 is _objc_alloc_init
and probably related to the Objective-C lambda code.
I.e. Manu's thread regarding incompatibility ..
Need to add this to the list ...