objective-c的arc项目中使用不支持arc的依赖库时编译错误的解决

在Target->buildphases->CompileSource中设置不支持arc的代码的Compileflag为“-fno-objc-arc”

相关推荐