iOS 项目中引入第三方静态库frame时, 出现crash, 并报错误reason: image not found, 大部分说的方法是将该frame后面引用从Required 变为Optional ,根本就是治标不治本,等到运行到这个framework的代码时也会崩溃,或者这个frame根本就没有作用了, 这里我的解决办法是:
reason: image not found
reason: image not found
reason: image not found
reason: image not found
reason: image not found

再次运行项目, 完全ok, 框架后面还是required
reason: image not found

相关文章:

  • 2021-12-02
  • 2021-06-27
  • 2021-08-19
  • 2021-12-20
  • 2021-09-22
  • 2021-09-12
  • 2021-09-16
  • 2021-08-21
猜你喜欢
  • 2021-04-23
  • 2022-01-20
  • 2022-01-14
  • 2021-12-24
  • 2021-09-16
  • 2021-04-27
  • 2021-09-02
  • 2021-08-05
相关资源
相似解决方案