美文网首页
三方崩溃

三方崩溃

作者: 我的大好时光 | 来源:发表于2017-01-12 17:49 被阅读76次

    再点击UITextField的时候,会出现崩溃的情况,如下:

    2017-01-12 17:46:53.892845 BangBang[3366:1042744] *** Assertion failure in -[UICGColor encodeWithCoder:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3600.5.2/UIColor.m:1549
    2017-01-12 17:47:04.514804 BangBang[3366:1042744] [Bugly] Trapped uncaught exception 'NSInternalInconsistencyException', reason: 'Only RGBA or White color spaces are supported in this situation.'

    出现类似的情况
    1、你可能使用了第三方键盘
    2、在AppDelegate.m使用

    [[UINavigationBar appearance] setBarTintColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"back.png"]]];

    这一句导致的,删除这一句,统一的导航条颜色设置放在BaseController中解决。在此记录一下,方便遇到和我一样问题的童鞋解决问题。

    相关文章

      网友评论

          本文标题:三方崩溃

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