objective-c的arc项目中使用不支持arc的依赖库时编译错误的解决 在Target->build phases->Compile Source中设置不支持arc的代码的Compile flag为“-fno-objc-arc”