iOS13真机调试闪退错误-dyld: Library not loaded: ...Reason: no suitable image found... Lebus 2020-03-31 2,613 阅读1分钟 iOS13中安装了第三方包并使用免费开发者账号真机调试时会出现的错误: dyld: Library not loaded: ... Reason: no suitable image found... 解决方案: 1.Xcode菜单栏Product > Clean 2.上面不行的话,在podfile里,把use_frameworks!改成use_modular_headers!,再install一下