Replies: 1 comment
-
Then don't strip it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i use x86 macos with zigbuild buid aarch64-apple-darwin , but strip will cause exe error
i use mac m2 strip , strip this file again , the file can run
I also try use aarch64-apple-darwin-cross strip , but it not works too
❯ docker run --platform linux/amd64 -it -v .:/app --rm i18nsite/aarch64-apple-darwin-cross /opt/osxcross/bin/aarch64-apple-darwin21.4-strip /app/i18n
/opt/osxcross/bin/aarch64-apple-darwin21.4-strip: warning: changes being made to the file will invalidate the code signature in: /app/i18n
Beta Was this translation helpful? Give feedback.
All reactions