在使用CFReadStreamRef时,我遇到此错误
Undefined symbols for architecture i386:
"_CFReadStreamCreateWithFTPURL", referenced from:
-[FtpTestViewController clickMeToStart:] in FtpTestViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)我哪里也找不到,有人能帮帮忙吗?
谢谢!
发布于 2011-12-14 12:15:40
在你的目标“链接二进制文件与库”的构建阶段中,是否包含了"CFNetwork.framework“?
https://stackoverflow.com/questions/8499348
复制相似问题