Build error with Xcode 6 and (possibly) cocoapods

故事扮演 提交于 2019-12-05 03:05:42

It appears to be a known issue with a fix already in the queue for the next version of Cocoapods. Check out the bug report for more info.

Supposedly you can work around this in the meantime by re-enabling warnings (e.g remove inhibit_all_warnings from your podspec).

Alternatively, and what turned out to be the real problem for me, was that I had a deprecated flag set on a couple of the files. I removed these flags and the build succeeded.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!