美文网首页
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汇总记录

    1、Could not successfully update network info during initi...

  • Eat-Vue:日常记录1

    日常记录Vue中遇见的Bug和一些用法汇总:BUG:1、[Vue warn]: You are using the...

  • bug汇总

    1111

  • bug汇总

    Hide status bar 如果旋转隐藏statasBar 那么在程序启动的开始 获取到的statubar高度...

  • BUG汇总

    echarts:div 默认 display:none,改为 display:block 时,echarts 无法...

  • Bug汇总

    autoResize 1 .只支持横线的felx布局,纵向的不行.2 .需要加个这个操作.container-in...

  • ios 10.3

    Xcode8 及iOS10适配问题汇总 上点干货,目前得知的一些bug解决汇总: iOS10相册相机闪退bug h...

  • JSPath使用汇总

    业务需求,决定接入JSPath来方便处理线上bug问题。 再次记录下使用过程中的问题汇总,使用方法等资料。 一、具...

  • BUG汇总 1

    1.Unsupported Modules Detected: Compilation is not suppor...

  • 前端bug汇总

    div整体ahove不变色原因 设置div的背景色不变色是因为设置高度太小导致.应该去除height属性设置.

网友评论

      本文标题:BUG汇总记录

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