0

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 !

Taryn
  • 242,637
  • 56
  • 362
  • 405
shriramR
  • 1
  • 1
  • This MIGHT help: http://stackoverflow.com/questions/5938445/mfmailcomposeviewcontroller-doesnt-link-for-simulator Look for my solution (which IS the correct answer to my problem, not that the framework was missing). – Feloneous Cat Jul 30 '12 at 17:38

1 Answers1

0

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

ThomasW
  • 16,981
  • 4
  • 79
  • 106