Created
November 3, 2019 12:22
-
-
Save robertohuertasm/73d3eef87abbdda996175dcccc313206 to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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