SatoshiPortal / boltz-dart

Dart boltz client
MIT License
7 stars 7 forks source link

Build: Add config.toml for explicit ios sdk resolution + clean up dar… #14

Closed salvatoto closed 2 months ago

salvatoto commented 2 months ago

…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.