I'm trying execute the x86_64 part of a binary in terminal using arch. For example:
me@my-Mac ~ % arch --x86_64 /bin/ls arch: posix_spawnp: /bin/ls: Bad CPU type in executable
Any ideas how to fix this?
me@my-Mac ~ % arch --x86_64 /bin/ls arch: posix_spawnp: /bin/ls: Bad CPU type in executable
Any ideas how to fix this?