I have installed OpenSSL in xcode for receipt validation, but it doesn't work.
I download openssl.xcodeproj
and openssl-1.0.1f
. I extract openssl-1.0.1f and add openssl.xcodeproj
to my project.
I edit the Header Search Path
to :
/Users/marko/Documents/Razvoj/BIView\ Mobile\ New\ Version/openssl/include/openssl
I added libcrypto.a
in Target Dependencies
under Build Phases
and added libcrypto.a
in Link Binary With Libraries
as was described in http://atastypixel.com/blog/easy-inclusion-of-openssl-into-iphone-app-projects/.
But when I build project it stops with error :
clang: error: no such file or directory: '/Users/ .... -bmgslnakszsfovecplbzoslykrxo/Build/Products/Debug-iphoneos/libcrypto.a'
Why ?