-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64 version not compatible with M3 Macbook Pro #444
Comments
Same issue as #439 |
The only problem is the shell script "ipscan" to start, but the Mac cannot recognize which processor the program was compiled for. Simple solution: The shell script must be compiled into a binary file... For example, with https://github.com/chris1111/SHC-3.8.9b Once that is done, a somewhat complicated procedure follows, because the Mac keeps a meticulous eye on changes to an app... So create a new folder and copy the entire Contents folder into the new folder. Here the shell script can now be replaced with the compiled binary version. Finally, rename the new folder to "Angry IP Scanner.app" and the Mac will then monitor this program. It makes sense to then delete the extended attributes "xattr -cr path to the app and finally sign it ad hoc - "codesign --force --deep -s - path to the app. or - download at https://github.com/ulrichloose/ipscan... |
As ulrichloose described, the problem lies in ipscan being a shell script and not a binary executable. Here are the terminal commands to fix it. Note you will need shc to compile the shell script to binary executable (install it via homebrew or build it from source). |
Describe the bug
The ARM64 version doesn't work natively, but requires Rosetta.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It works
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please copy from the About dialog or complete manually):
The text was updated successfully, but these errors were encountered: