-
Notifications
You must be signed in to change notification settings - Fork 62
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
Compile swift-library for iOS #275
Comments
Hey. You can try targeting swift-bridge/book/src/building/xcode-and-cargo/README.md Lines 86 to 91 in ef01d21
Feel free to re-open if yo need more help. |
Hello chinedufn, |
Can you follow the iOS example and then see if it works for you https://github.com/chinedufn/swift-bridge/blob/ef01d21001914b79e0384627535098e15f87f096/book/src/building/xcode-and-cargo/README.md? |
Hello dear community,
I am currently trying to organize a project in which I want to access Apple's Secure Enclave operations via Rust.
I have so far managed to execute operations on the Secure Enclave via MacOS using a binary.
Now my next step would be to implement the same for iOS and then call it wrapped in a Rust library from Flutter.
My problem right now is that I can only get the Swift library compiled for MacOS (as you can see in the screenshot "arm64-apple-macosx"). Is there a way to compile it for iOS as well?
I am mainly following the example of Chinedufn (“rust-binary-calls-swift-package”).
I would be very happy to receive help. :)
The text was updated successfully, but these errors were encountered: