Romain
Romain

Reputation: 181

Apple Mach-O Linker Error

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)

Upvotes: 4

Views: 4096

Answers (1)

webmastx
webmastx

Reputation: 683

Did you add Twitter.framework ?

Upvotes: 7

Related Questions