From cb54a800b43375d2788d16788d475d8f5aa2096c Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Mon, 9 Sep 2019 12:47:03 -0300 Subject: [PATCH] improve README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4316f107..b8bf30e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Zcash iOS Framework +A Zcash Lightweight Client SDK for iOS -## Build dependencies + +# Build dependencies Install [Rust](https://www.rust-lang.org/learn/get-started), and then `cargo-lipo`: @@ -8,3 +10,25 @@ Install [Rust](https://www.rust-lang.org/learn/get-started), and then `cargo-lip $ cargo install cargo-lipo $ rustup target add aarch64-apple-ios x86_64-apple-ios ``` + +# Cocoapods Support + +```` ruby +use_frameworks! + +pod 'ZcashLightClientKit' +```` +## Troubleshooting + +#### _function_name referenced from... +if you get a build error similar to ```_function_name referenced from...``` + +* on your project root directory * +1. remove the 'Pods' directory ``` rm -rf Pods/``` +2. delete derived data and clean +3. run ```pod install``` +4. build + + +# License +Apache License Version 2.0