Possible Duplicate:
Twitter Framework in IOS 6
I have integrated twitter framework
in my iPhone project.But I am getting the error provided below.How can I Resolve it?
"undefined symbols for architecture i386:
"_SLServiceTypeTwitter", referenced from:
___32-[ViewController TwitterAccount]_block_invoke_0 in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
"
Thanks in advance.