Is there a LexActivator_thunk dylib that is compatible with ARM macs?
Error using loadlibrary
There was an error loading the library “libs/clang/arm64/LexActivator.dylib”
dlopen(libs/clang/arm64/LexActivator.dylib, 0x0006): tried: ‘libs/libs/clang/arm64/LexActivator.dylib’ (fat file, but missing compatible
architecture (have ‘arm64’, need ‘x86_64’)), ‘libs/clang/arm64/LexActivator.dylib’ (no such file), ‘libs/clang/arm64/LexActivator.dylib’ (fat file, but missing compatible architecture (have ‘arm64’, need ‘x86_64’))
Error in FCMPASS_License_Registration (line 34)
loadlibrary(sSharedLibrary,@LexActivatorPrototype);
Error in Master_Startup (line 38)
[status] = FCMPASS_License_Registration(app,startupData);
Hi,
It seems your app is looking for x86_64 architecture and you are passing the path of arm64 arch dylib. Try passing x86_64 lib, or the universal build which contains both the archs.