ios报错:nw_protocol_get_quic_image_block_invoke dlopen libquic failed

报错如下:

[] nw_protocol_get_quic_image_block_invoke dlopen libquic failed

2021-02-18 10:52:42.189834+0800 testOC[6656:133229] [db] _LSSchemaConfigureForStore failed with error Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)" UserInfo={_LSFunction=_LSSchemaConfigureForStore, ExpectedSimulatorHash={length = 32, bytes = 0x35effaa3 2bab3fa8 68f8c96b cd17d15e ... 9bf8f6b7 fd486754 }, _LSLine=405, WrongSimulatorHash={length = 32, bytes = 0xe14e0f7b 39a9580e 8e4762c4 846107dc ... 21618def 3c69a5ae }}

 

 

我的设备信息:

电脑:Mac mini (M1, 2020)

xcode:Version 12.3 (12C33)

运行设备:模拟器

备注:之前在家里的笔记本上的模拟器运行正常,然后第二天到公司,发现这个无法播放

猜测原因:应该是三方库的某些lib没有,然后可能是跟电脑的系统有关系,真机正常。

通过网络搜索,然后在这个网址https://www.5axxw.com/questions/content/450pst 说这个是模拟器行为,在真机可以忽略。

如果大家发现了更好的解决办法请私信我,安分感谢。

参考链接:https://www.5axxw.com/questions/content/450pst 

对上述的代码,有任何疑问,可以在下方留言。 也可以给我发邮件咨询:673658917@qq.com 或者是直接加qq:673658917 转载请注明出处,谢谢合作。 睡觉舒服,那是给死人准备的,加油吧,一年后你会感谢现在的自己的。
原文地址:https://www.cnblogs.com/lishanshan/p/14411195.html