SDK出现libc++abi.dylib: terminating with uncaught exception of type NSException  的问题: 解决方法

结合

# 监测bug(上线前可能需要处理掉)

pod 'AvoidCrash'  pod 'Bugly'

快速定位问题页面

步骤1:工程文件中选择Build Setting,在"Other Linker Flags"中加入"-ObjC"   ,问题就解决了,注意大小写
步骤2:使用字面量字典,如果元素中有nil值时,程序会崩溃,报异常。

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2021-09-23
  • 2021-09-12
  • 2021-11-17
  • 2021-11-17
相关资源
相似解决方案