dyld:未加载库:@rpath/Alamofire.framework/Alamofire 未找到图像

dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire image not found

今天早上,我尝试在我的模拟器上调试后在我的 iPhone 上安装我的应用程序,突然我遇到了这个错误我正在使用 iOS 13.3.1 并且我正在使用Xcode 11.3.1,这个错误突然发生在我的所有项目上,我尝试了堆栈溢出问题的所有解决方案,但没有任何效果所以有人知道如何解决这个问题吗?

我正在使用椰子足

dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire
Referenced from: /private/var/containers/Bundle/Application/845A676F-BED3-4F3F-9495-FBBCF1E56A06/Music Time.app/Music Time Reason: image not found

经过一番搜索,我明白了。 ios 13.3.1 上的新问题基本上苹果不会允许我们使用免费开发者帐户(仅限嵌入式框架)在实际设备上安装应用程序作为解决方法评论 use_frameworks! 在 podfile 上并使用 use_modular_headers! 相反。