I was getting build errors on a new Macbook. Was caused by an error where cargo was linking a dependency needed by secp256k1-zkp as MacOS instead of iOS. Explicit directions to use the Xcode versions of iOS SDKs in config.toml seem to fix it. Without this, the current binary in the 0.1.5 release is broken.
…win.sh
DESCRIPTION
I was getting build errors on a new Macbook. Was caused by an error where cargo was linking a dependency needed by secp256k1-zkp as MacOS instead of iOS. Explicit directions to use the Xcode versions of iOS SDKs in config.toml seem to fix it. Without this, the current binary in the 0.1.5 release is broken.
This doesn't affect Android builds.