-
Notifications
You must be signed in to change notification settings - Fork 44
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
Use fat-macho crate to create universal library #47
base: master
Are you sure you want to change the base?
Conversation
Apparently some offset is wrong with archive files in the universal library, will investigate and fix it later. |
fat-macho is basically a pure Rust implementation of lipo, it runs on macOS, Linux and Windows makes it easier for cross compiling on non-macOS machine. But it's a pretty new project, not as battle tested as lipo. |
Interesting, the Xcode integration tests failed locally on my Mac (Big Sur 11.2) iphonesimulator14.4, but it works on CI?
|
Oh, it fails the with same error with master branch. #41 |
With this PR I think we can allow it to run on non-macOS when |
Not sure if this is desired, opening this PR for discussion, :-)
https://github.com/messense/fat-macho-rs