TA for macOSAnswered

Hi,

happy new year to you !!

would it be possible to split macOS version of TurboActivate?

for packaging reasons I'm using:

 install_name_tool -id @executable_path/../lib/libTurboActivate.dylib libTurboActivate.dylib

but on my macOS10.9 system install_name_tool refuses to change executable_path of the latest TA because of arm64 arch…

best regards,

Nicolas

Answer

Happy new year!
 

You can split the dylib using one of the Xcode tools. Can’t remember which one. Google will help you out. If it doesn’t support 10.9, upgrade to a supported OS version.

, edited

ok,

I'll try to split it, thanks for the tip

++