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
I've used it for M1 + intel builds, seems to work OK!
You do have to take care if you're building 1 rust library for iOS & macOS since it builds to same path. You also can't have a single static lib with all archs.
Thing is, this only builds staticlibs, but with macOS, you'll mainly be building executables.
❯ cargo lipo --release --targets x86_64-apple-darwin,aarch64-apple-darwin
[ERROR cargo_lipo] Did not find any packages with a `staticlib` target, considered []
Hi, does this crate support dual ARM64/x86_64 binaries for macOS Big Sur, using the
aarch64-apple-darwin
andx86_64-apple-darwin
targets?The text was updated successfully, but these errors were encountered: