我尝试在我的应用项目中使用 libcurl.a 库。我已将该库添加到框架列表中,现在我想从该库中调用一些标头。标题是:
#include "curl.h"
#include "types.h"
#include "easy.h"
但是,当我尝试构建我的项目时,xcode 给了我 1 个错误,即:
ld: library not found for -lssl
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
我不明白这个错误,有人可以帮助我吗?谢谢
里斯玛