ios - SQLCipher build failed without error -


i trying add sqlcipher project, sqlcipher failed without issue. following tutorial here: http://sqlcipher.net/ios-tutorial/

xcode: 4.6.2 sqlcipher: 3.7.14.1 openssl: 1.0.1e

if there similar problem?

thanks

you can build static libraries separately sqlcipher , openssl. saves tons of build time

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


Comments