您的位置:首页 > 其它

error reading 'pic' error: no analyzer checkers are associated with '-mrelocation-model'

2015-09-08 15:16 323 查看
It´s a issue with the clang static analyzer. Add to your existing analyzer entry under “Target” -> “Build Phases” -> “Compiler Flags” the suffix -Xanalyzer deadcode.

Complete entry should read as follows:

-w -Xanalyzer -analyzer-disable-checker -Xanalyzer deadcode
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: