1.
NdComPlatform_SNS COMPILE TIME Mar 14 2014 15:39:33
+[NSInvocation NdCPInvocationWithTarget:selector:]: unrecognized selector sent to class 0x434a9a4
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSInvocation NdCPInvocationWithTarget:selector:]: unrecognized selector sent to class 0x434a9a4'
原因是
Xcode->Project->Build Settings->Other Linker Flags
修改添加库的链接参数
-ObjC
注意大小写,当初在这里坑了好长时间