Я установил OpenSSL в xcode для проверки валидации, но он не работает.
Загружаю openssl.xcodeproj и openssl-1.0.1f. Я извлекаю openssl-1.0.1f и добавляю openssl.xcodeproj к моему проекту.


Я редактирую Header Search Path для:
/Users/marko/Documents/Razvoj/BIView\ Mobile\ New\ Version/openssl/include/openssl
Я добавил libcrypto.a в Target Dependencies в разделе "Фазы сборки"
и добавил libcrypto.a в Link Binary With Libraries
как описано в http://atastypixel.com/blog/easy-inclusion-of-openssl-into-iphone-app-projects/.
Но когда я строю проект, он останавливается с ошибкой:
clang: error: no such file or directory: '/Users/ .... -bmgslnakszsfovecplbzoslykrxo/Build/Products/Debug-iphoneos/libcrypto.a'
Почему?


