Fat MachO binaries with x86_64h architecture type. #1654
-
This might be an edge case, but fat MachO binaries with the above architecture type is not detected yet. We might either want to redirect the user to use lipo, for the same as well or have a workaround for this if possible :). |
Beta Was this translation helpful? Give feedback.
Answered by
CouleeApps
Jun 3, 2020
Replies: 1 comment 1 reply
-
Looks like this is just missing a case in the Fat Mach-O loader. I've opened #1747 to track progress for this. A workaround for now is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CouleeApps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this is just missing a case in the Fat Mach-O loader. I've opened #1747 to track progress for this. A workaround for now is
lipo in_bin -extract x86_64h -output out_bin
.