Hello,
I am trying to compile arm64 assembly, but the linker tells me that libSystem.dylib can not be found.
Is this due to system libraries no longer present on the system (I don't have a 11.0 x86_64 system to compare), or am I doing it wrong?
My call is
ld -o HelloWorld HelloWorld.o -macosx_version_min 11.0 -lSystem
I am trying to compile arm64 assembly, but the linker tells me that libSystem.dylib can not be found.
Is this due to system libraries no longer present on the system (I don't have a 11.0 x86_64 system to compare), or am I doing it wrong?
My call is
ld -o HelloWorld HelloWorld.o -macosx_version_min 11.0 -lSystem