Apple Mach-O Linker Error

ios5, linker-errors, twitter

Solution

Did you add Twitter.framework ?

Problem

I am trying to integrate Twitter into my app, and keep getting the following errors. Thanks for your help. "_OBJC_CLASS_$_TWTweetComposeViewController", referenced from: objc-class-ref in PreviewViewController.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Original source