ld: warning: ignoring file /Users/myuser/Downloads/mybin, missing required architecture x86_64 in file /Users/myuser/Downloads/mybin (2 slices)
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang-12: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation)
Tried to obfuscate an ios (arm64) binary, error:
./install/bin/clang++ --target=arm64 /Users/myuser/Downloads/mybin
ideas?