|
||
---|---|---|
Example | ||
ZcashLightClientKit | ||
ZcashLightClientKit.xcodeproj | ||
ZcashLightClientKitTests | ||
filelists | ||
rust | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Cartfile | ||
Cartfile.resolved | ||
LICENSE | ||
README.md | ||
ZcashLightClientKit.modulemap | ||
ZcashLightClientKit.podspec | ||
build_librustzcash.sh | ||
prepare.rb |
README.md
Zcash iOS Framework
A Zcash Lightweight Client SDK for iOS
Build dependencies
Install Rust, and then cargo-lipo
:
$ cargo install cargo-lipo
$ rustup target add aarch64-apple-ios x86_64-apple-ios
Cocoapods Support
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 *
- remove the 'Pods' directory
rm -rf Pods/
- delete derived data and clean
- run
pod install
- build
License
Apache License Version 2.0