Hi
I am trying to add SQLCipher to my iOS project in Xcode. I've followed
the tutorial on the website (
http://sqlcipher.net/documentation/ios)
line by line, but I just don't seem to get it working. I've tried it
several times already with different projects.
When looking at the errors, I see the following:
http://www.freshcreations.be/files/screen_shot_2010-12-24_at_15.26.13_48bc.png
So it kind of looks like I'm missing a file here? I have the latest
version of Xcode installed with the latest 4.2 SDK.
Then at the end of the results, it tells me that libcrypto.a has no
symbols.
Also, what I've noticed while following the tutorial is that I seem to
have the checkmarks in an other place when adding direct dependencies:
http://www.freshcreations.be/files/screen_shot_2010-12-24_at_15.21.20_4973.png
It's on 'make' instead of on 'crypto'.
Also, the static libraries are colored in red in Xcode, but I assume
they are because the libraries aren't compiled yet. Just adding this
to be sure.
Any ideas how to solve my problem?
Thanks,
Cedric