This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Description
When I execute build-amalgamation.sh, I notice that even on Mac it's using OPENSSL. At least, the output has the reference to -DSQLCIPHER_CRYPTO_OPENSSL. So I'm assuming it's not using Common Crypto by default as the docs suggest.
I manually added --with-crypto-lib=commoncrypto to the configure command in build-amalgamation and then the output correctly contained -DSQLCIPHER_CRYPTO_CC.
The second issue I'm having is that when I execute build-osx.sh or build-ios.sh, I get the following error:
xcodebuild: error: The project named "libsqlcipher" does not contain a scheme named "osx-static". The "-list" option can be used to find the names of the schemes in the project.
and for iOS it's:
xcodebuild: error: The project named "libsqlcipher" does not contain a scheme named "ios-static". The "-list" option can be used to find the names of the schemes in the project.