开发者

XCode can't find headers in /usr/include for openSSH

I know its Repost but i still dont have proper ans to this question

i am including this

#include <openssl/x509.h>

but it says

"Openssl/x509.h: No such file or directory"

i did my best , added Open开发者_如何学JAVASSl folder ( both way blue color folder and yellow as well)

this is my "HEader Search Path" -> ${SDKROOT}/usr/include/libxml2 and /usr/include

my User Header search path is empty

#####UPDATES

how to fix this issue in library search path

1)"$(SRCROOT)/" -> is fine and takes current project path

2)**$inherited -> this is taking some stupid path which i dont know , how to fix this path

** i want to include my openSSL path here so what should i do


As Jason Coco said, that header file is missing because the iPhone SDK simply does not include openSSL.

You might however, be able to build openSSL as a library and link it with your application; see OpenSSL on iPhone


The iPhone SDK does not include openSSL. It's only available on Mac OS X at this time. Even if you get Xcode to read the headers from Mac OS X, you won't be able to link (the libraries are simply no present on the device).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜