当执行 ftpStream = CFWriteStreamCreateWithFTPURL(NULL, (__bridge CFURLRef) url);时编译出现如下错误::
Undefined symbols for architecture armv7:
  "_CFWriteStreamCreateWithFTPURL", referenced from:
      -[FTPServiceUpload _startSend:ftpURL:] in FTPServiceUpload.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation);
望高手指点一下....小弟感激不尽....