iOS -[UIKeyboardLayoutStar release]: message sent to deallocated instance

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xjh093/article/details/86673546

出现

实测,这个崩溃,只在 iOS 8 下会出现


原因

搜索了一下
都说是因为替换了系统的objextAtIndex方法


解决

在分类的后边加上了-fno-objc-arc标记
NSArrayNSMutableArrayNSDictionaryNSMutableDictionary


参考

https://www.jianshu.com/p/8fb92b21292e


一款轻量级的布局框架

https://github.com/xjh093/JHFrameLayout


猜你喜欢

转载自blog.csdn.net/xjh093/article/details/86673546