美文网首页
LLBD错误 收集

LLBD错误 收集

作者: ghost__ | 来源:发表于2018-05-24 14:50 被阅读16次

遇到的一些控制台命令错误收集 持续......

错误1
error: instance method 'operationDictionary' has incompatible result types in different translation units ('SDOperationsDictionary *' (aka 'NSMutableDictionary *') vs. 'NSMutableDictionary *')
instance method 'operationDictionary' also declared here

这个错误 是在断点调试 po出来的一个错误 不知道是什么情况。
通过一系列查询 判断是有一些冲突造成的
于是 全局搜索operationDictionary 找到使用的类 修改了相关代码(如果无法修改 例如pod里面 尝试手动导入再修改 实在不行的那就换一个类库吧)
最终 解决此类错误

相关文章

网友评论

      本文标题:LLBD错误 收集

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