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

Description
Hi,
I've opened up the libsqlcipher.xcodeproj and made sure that all the build settings have a deployment target of macOS 10.11, but when I execute ./build-osx.sh on the command-line and then use the resulting libsqlcipher.a in my macOS app, I get the following warning:
ld: warning: object file (/Users/brendan/Projects/tapforms-mac/Tap Forms Mac/Third Party/libsqlcipher.a(sqlite3.c.o)) was built for newer OSX version (10.12) than being linked (10.11)
My MBP is on 10.12.6, but I target macOS 10.11.
Is there another file somewhere that's dictating which macOS version the project should be built for?