我正在尝试为我的项目编译 ShareKit,但出现链接器错误:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_TWTweetComposeViewController", referenced from:
objc-class-ref in SHKiOS5Twitter.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我该如何解决这个问题?