美文网首页
BUG汇总记录

BUG汇总记录

作者: May_0524 | 来源:发表于2018-08-23 11:45 被阅读17次

    1、

    Could not successfully update network info during initialization.

    输出台不停输出这句话

    解决:

    猜测是某个第三方引发的,通过注释掉排除出有问题的第三方。(我这边是“氪信”这个第三方key不正确)

    2.

    Undefined symbols for architecture i386:

    OBJC_CLASS$_JPUSHRegisterEntity”, referenced from:

    objc-class-ref in ZFHNotificationManager.o

    OBJC_CLASS$_JPUSHService”, referenced from:

    objc-class-ref in ZFHNotificationManager.o

    ld: symbol(s) not found for architecture i386

    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    解决:

    这个错原因是极光推送那边从3.0.0版本开始不再支持i386模拟器,在升级文档中有说明

    下图  改成YES

    解决

    相关文章

      网友评论

          本文标题:BUG汇总记录

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