IronCoreLabs / ironoxide-swig-bindings

IronCore Labs SDK bindings which are generated using swig
GNU Affero General Public License v3.0
6 stars 3 forks source link

`ironoxide-android v0.14.3 #193

Closed GaoWhitebird closed 2 years ago

GaoWhitebird commented 2 years ago

error: failed to run custom build command for ironoxide-android v0.14.3 (/Volumes/…/ironoxide-swig-bindings/android)

Caused by: process didn't exit successfully: /target/debug/build/ironoxide-android-67e8990516a3b9e6/build-script-build (exit status: 101) --- stdout Run rust_swig_expand

--- stderr thread 'main' panicked at 'Error during running of rustfmt: Cannot find binary path', /Users/…/.cargo/git/checkouts/rust_swig-b67a7d3216ea50ac/1835ebd/macroslib/src/lib.rs:574:17 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

BobWall23 commented 2 years ago

This occurred because rustfmt was being called to format the generated source, and it wasn't installed. Resolution is to not format the generated source.

giarc3 commented 2 years ago

ironoxide-android v0.14.7 was released today, and it no longer requires rustfmt during the build process. Depending on this version should fix the error you posted, but please let us know if you need any further assistance!