chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
MIT License
1.64k stars 383 forks source link

Hi,您的这个库可能对第三方SDK有一些干扰 #53

Closed greezi closed 4 years ago

greezi commented 6 years ago

首先,感谢开源AvoidCrash. 我在测试期间发现了一些问题: 例如我集成了环信的SDK,使用这个库会导致环信的Easy UI库收到新消息不刷新,移除以后就正常,再次导入到工程又不刷新,我反复测试过了. 还没来得及研究是哪里的问题,先立个Flag. 相关环境信息: Xcode 版本 : Version 9.2 (9C40b) 设备型号 : iPhone X 设备iOS 版本 : 11.2.5(15D60) 麻烦作者有空看一看.