Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created November 3, 2019 12:22
Show Gist options
  • Save robertohuertasm/73d3eef87abbdda996175dcccc313206 to your computer and use it in GitHub Desktop.
Save robertohuertasm/73d3eef87abbdda996175dcccc313206 to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
# copy the header to the Classes folder
cp ../rust/rustylib.h ios/Classes
# create a new libs folder
mkdir ios/libs
# copy the universal library into the libs folder
cp ../rust/target/universal/release/librustylib.a ios/libs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment