-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build crashes when targeting aarch64-apple-ios #71
Comments
@guillemcordoba - it looks like maybe this is a disconnect on the rust side? (as opposed to the go side) You can see the first note mentions At the very least, that is what it is complaining about, that libtx5_go_pion_sys-b15c405d6a833a8d.rlib was built for macOS, not iOS. |
Oh yeah sorry I should have added that I am cross-compiling from a host I tried cleaning and deleting both |
Mmm, okay, I may have been mistaken about it not being go related.. there is a I'm not sure how to go about diagnosing this... I'm not really set up to do any iOS testing, let alone cross-compiling. Just placing this here as a thing to try: |
Okey fair enough, then @abe-njama this is blocking iOS development. In the meantime I'll try to make holochain work in iOS using tx2. |
* Update build.rs Fixes #71 * format * Update crates/tx5-go-pion-sys/build.rs Co-authored-by: David Braden <neonphog@gmail.com> --------- Co-authored-by: David Braden <neonphog@gmail.com>
Here is the error I get when trying to compile latest develop against
aarc64-apple-ios
Steps to reproduce:
cargo build --target aarch64-apple-ios
The text was updated successfully, but these errors were encountered: