cargo-lipo icon indicating copy to clipboard operation
cargo-lipo copied to clipboard

Cargo subcommand to automatically create universal libraries for iOS.

Results 20 cargo-lipo issues
Sort by recently updated
recently updated
newest added

When I supply `[arch=x86_64]` or `[arch=arm64]` to my LIBRARY_SEARCH_PATHS envvar, it doesn't work and the envvar is not populated correctly. When I change it to `[arch=*]` or remove that condition,...

This was mentioned in #14 but probably can be it's own ticket. I've run into issues due to my rust library being used by both macOS & iOS but sharing...

The named profiles feature has been [stabilized in 1.57.0](https://github.com/rust-lang/cargo/pull/9943#pullrequestreview-870642428). It would be good to have it supported in cargo lipo (ex: `cargo lipo --profile custom-profile`). Thanks !

Hi, I've tried cargo-lipo today, and everything seems works, and I have following questions - I found that the universal static library size is 79M, is it normal ? -...

Hi, does this crate support dual ARM64/x86_64 binaries for macOS Big Sur, using the `aarch64-apple-darwin` and `x86_64-apple-darwin` targets?

Not sure if this is desired, opening this PR for discussion, :-) https://github.com/messense/fat-macho-rs

I'm running into build errors on Big Sur when using cargo-lipo in an Xcode build script. I've made a small test project [here](https://github.com/irh/rust-big-sur-test/tree/60c44b67e4bc4a64cc0d00d7014b31390bac639e). It builds successfully in Xcode 12.2 on...

This PR checks if the universal library is updated by comparing the mtime of it to the inputs. If I am working on the non-rust part of an Xcode project,...

It would be nice if `cargo lipo` will support skipping create types like `cargo build --create-type`. Reasoning is below. PR https://github.com/rust-lang/rust/pull/73516/ added support of `cdylib` crate types on iOS. This...

Hey @TimNN, I've [recently mangled together](https://github.com/bbqsrc/pathos/commit/2ccf535259915415315c923e285362749cff3c24) some `xcrun simctl` functionality to run tests, and was wondering if you're be open to a PR that implements something similar but more integrated...