You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
ideas?
The text was updated successfully, but these errors were encountered:
Tried to obfuscate an ios (arm64) binary, error:
./install/bin/clang++ --target=arm64 /Users/myuser/Downloads/mybin
ideas?
The text was updated successfully, but these errors were encountered: