美文网首页
Xcode Analyze静态分析问题

Xcode Analyze静态分析问题

作者: 橡树花香 | 来源:发表于2018-06-08 11:51 被阅读0次

1、Value stored to 'coors' during its initialization is never read

屏幕快照 2018-06-08 上午11.46.07.png 屏幕快照 2018-06-08 上午11.47.12.png

2、Value stored to 'coors' is never read
遇到这个问题是,是变量coors没有被使用,所以直接注释了它

3、Passed-by-value struct argument contains uninitialized data (e.g., field: 'latitude')

相关文章

网友评论

      本文标题:Xcode Analyze静态分析问题

      本文链接:https://www.haomeiwen.com/subject/whvosftx.html