0

I am trying to add SQLCipher to a project, but SQLCipher failed without an issue. I am following the tutorial here: http://sqlcipher.net/ios-tutorial/

Xcode: 4.6.2 SQLCipher: 3.7.14.1 OpenSSL: 1.0.1e

If there anyone with a similar problem?

Thanks

NicoTjai
  • 67
  • 2
  • 9

1 Answers1

0

You can build static libraries separately for SQLCipher and OpenSSL. This saves tons of build time

https://stackoverflow.com/a/17462101/2369266

Community
  • 1
  • 1
Nicholas Ng
  • 1,428
  • 18
  • 23