i386 symbols not found

415 Views Asked by At

Am getting this error, when using 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)

Am getting no where, can someone please help?

Thanks !

1

There are 1 best solutions below

0
On

In your target's "link binary with libraries" build phase is "CFNetwork.framework" included?