Closed
Description
I have build the previous versions of mistralrs for ios without problems.
But with the latest version i'am getting the following error in xcode:
Error (Xcode): failed to run custom build command for `pyo3-ffi v0.25.1`
/Users/user/Documents/Projects/flutter/experimental/my_mistral_rs/ios/Pods/SEVERE:0:0
Error (Xcode): PYO3_CROSS_PYTHON_VERSION or an abi3-py3* feature must be specified when cross-compiling and
PYO3_CROSS_LIB_DIR is not set.
/Users/user/Documents/Projects/flutter/experimental/my_mistral_rs/ios/Pods/SEVERE:0:0
It seems mistral-rs is using a default pyo3 dependency.
Can i disable this dependency?
removing default features did not worked out
mistralrs = { git = "https://github.com/EricLBuehler/mistral.rs.git", branch = "master", features = [ "metal", ], default-features = false }
Great library btw!