human-solutions / xcframework

Cargo plugin for building XCFrameworks
MIT License
6 stars 4 forks source link

check cargo_selection before lipo and upgrade target-lexicon #4

Closed imWildCat closed 1 year ago

imWildCat commented 1 year ago

Check cargo_selection

We may not want to build a target like macOS. So it is better to check the configuration before using lipo.

Upgrade target-lexicon

I'm also upgrading target-lexicon due to this error:

    Rustup returned an invalid triple 'loongarch64-unknown-linux-gnu' due to 'Unrecognized architecture: loongarch64', please raise an issue at: https://
github.com/akesson/rustup-target/issues
akesson commented 1 year ago

Thanks! There's a couple of warnings, but I'll accept that for now.