
debug
黑暗中哭泣的小丑
No Error
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Failed to set () user defined inspected property on (UIButton): [<UIButton 0x7fe5586efeb0> setValue:
Failed to set () user defined inspected property on (UIButton): [ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key 错误的意思是,设置了用户定义的属性 在 对象:(UIButton),但是你设置的这个属性原创 2016-04-22 15:47:53 · 5063 阅读 · 0 评论 -
was compiled with optimization - stepping may behave oddly; variables may not be available.
出现这错误:was compiled with optimization - stepping may behave oddly; variables may not be available. 或者 debug 总是发现对象 为nil ,或者 Bool型总是为 YES 或者NO原创 2016-04-22 15:19:32 · 11221 阅读 · 0 评论 -
include of non-modular header inside framework module
Error : include of non-modular header inside framework module 当制作自己的pod时,我的代码依赖MBProgressHUD 第三方库, pod spec lint 验证过程中一直有这个错误 查了一段时间 1. buldsetting 中设置 Allow Non-modular原创 2016-10-08 10:56:26 · 20074 阅读 · 2 评论