filecoin-signing-tools
filecoin-signing-tools copied to clipboard
Flutter iOS artifact build
Hi, I am trying to use the singing tools for my app written in flutter. I noticed that the example only provided how to build artifact for "Android" with
cargo build --target aarch64-linux-android
I was wondering how to build artifact for iOS, or I should just build it with the same method given in "Swift" example?
Also I am having trouble building artifact after using command
cargo build --target aarch64-linux-android
it just return "build fail".
Am I miss any necessary step here?
- cd to signer-ffi folder
- run cargo build --target aarch64-linux-android
:link: zboto Link
Update: I managed to generate libfilecoin_signer_ffi.dylib, but still have no clue how to use it. For people without any knowledge of Rust or C, I am struggled with the example. I think the documentation may add some more specific usage or installation guideline.
Thanks for this great tool.
Hi @davidhsu1115
Have you been able to figure out how to build the lib for iOS ? I am not really familiar with iOS development and I am afraid I can't help much.
Hi @davidhsu1115, could you tell us which features you were interested in using? All JS features has been migrated there, as long as new features. Give it a try. Check the new package called Izari-Filecoin.