标签: xcode automatic-ref-counting
https://developers.google.com/+/mobile/ios/getting-started
根据本教程,我与Google建立了联系。我禁用了“自动引用计数”。
还添加了“-fno-objc-arc”。为什么会报告此错误。
#error "This file requires ARC support"
答案 0 :(得分:2)
我想你回答了自己的问题。您已禁用ARC支持。
该文件需要ARC支持。
解决方案是:重新启用ARC支持。