Hello Ray,
I just ran through the tutorial from end-to-end. I noticed two minor issues, though neither would have caused the "./config: No such file or directory" that you are seeing:
1. The C flag should be -DSQLITE_HAS_CODEC. The _ characters were squashed by the markdown processor.
2. armv6 is no longer supported in recent versions of XCode, and armv7 and armv7s are the new defaults.
I have since fixed these in the documentation. Regardless, I was able to build SQLCipher, and the openssl dependency without any issues for both simulator and device. You are welcome to try to make these changes, though I don't think it will have any effect on your OpenSSL build results.
I'd also like you to verify a few things:
1. You have the XCode command line tools installed in XCode
2. Copy the path contained in the OPENSSL_SRC source tree, and paste it directly into an ls command in terminal i.e. ls /Users/alienspaces/Developer/Bitbucket/OpenSSL/openssl-distro and verify that there is a config file preset (i.e. there should not be any other intermediate folder underneath that path)
3. The version of OpenSSL you have unzipped there is the latest release, openssl-1.0.1c
It would also be helpful if you would post the entire build log for openssl-xcode up to a
gist.github.com so we could look at it. The openssl build script dumps out a lot of environment information which is useful for debugging.
Cheers,
Stephen
> > > an email to
sqlcipher+...@googlegroups.com <javascript:>.