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
Hello, I'm trying to build this library for Mac Catalyst targets, specifically aarch64-apple-ios-macabi and x86_64-apple-ios-macabi.
However, when running cargo build, I get the following error:
❯ cargo build --target x86_64-apple-ios-macabi --release --lib ⏎
Compiling secp256k1-sys v0.5.2 (/Users/jurvistest/Projects/rust-secp256k1/secp256k1-sys)
The following warnings were emitted during compilation:
warning: clang: error: invalid version number in '--target=x86_64-apple-ios13.0-macabi'
error: failed to run custom build command for `secp256k1-sys v0.5.2 (/Users/jurvistest/Projects/rust-secp256k1/secp256k1-sys)
Hello, I'm trying to build this library for Mac Catalyst targets, specifically
aarch64-apple-ios-macabi
andx86_64-apple-ios-macabi
.However, when running
cargo build
, I get the following error:Here's the full build output: https://termbin.com/dulp
any ideas?
The text was updated successfully, but these errors were encountered: