为模拟器构建时出现此错误:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_SA_OAuthTwitterEngine", referenced from:
objc-class-ref in NetworkUpdateViewController.o
"_OBJC_CLASS_$_SA_OAuthTwitterController", referenced from:
objc-class-ref in NetworkUpdateViewController.o
"_OBJC_CLASS_$_MGTwitterEngine", referenced from:
objc-class-ref in TwitterLoginViewController.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
这是为本地设备(iPad)构建时的一个:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SA_OAuthTwitterController", referenced from:
objc-class-ref in NetworkUpdateViewController.o
"_OBJC_CLASS_$_SA_OAuthTwitterEngine", referenced from:
objc-class-ref in NetworkUpdateViewController.o
"_OBJC_CLASS_$_MGTwitterEngine", referenced from:
objc-class-ref in TwitterLoginViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
尝试了我能想到的一切......你能帮我吗?