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

Two build issues #6

@brendand

Description

@brendand

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions