美文网首页
reason:accessing _cachedSystemAn

reason:accessing _cachedSystemAn

作者: GGS_DDU | 来源:发表于2018-01-10 14:31 被阅读0次

    js调用原生的方法的时候报错

    1.iOS 查看具体报什么异常用try catch

    2.捕获打印出来的异常是报错代码需要在主线程执行

    3.将报错的代码放到主线程中执行。

    dispatch_async(dispatch_get_main_queue(), ^{

    //报错代码

    };

    相关文章

      网友评论

          本文标题:reason:accessing _cachedSystemAn

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