iOS13.3.1真机调试闪退错误-dyld: Library not loaded: ...Reason: no suitable image found...

iOS13.3.1真机中安装了第三方包并使用免费开发者账号调试时会出现的错误:
(之所以说是免费开发者账号是因为网上给出另一种方案说付费账号没有这个问题,暂未验证)

dyld: Library not loaded: ...

Reason: no suitable image found...

解决方案:

  1. 注释掉Podfile中,use_frameworks !或者把 use_frameworks!改为use_modular_headers!
  2. 重新pod intall

此崩溃暂时只在iOS13.3.1真机上面出现。

你可能感兴趣的:(iOS13.3.1真机调试闪退错误-dyld: Library not loaded: ...Reason: no suitable image found...)