我在我的本机应用程序的podfile中添加了一个依赖于AlamofireObjectMapper的pod(NewPod)。我试图运行我的项目,但出现错误:
模型:库未加载:@ rpath / AlamofireObjectMapper.framework / AlamofireObjectMapper 引用自:/Users/xxx/Library/Developer/CoreSimulator/Devices/74176933-8DFE-4A36-AA0C-9E7AC01EF038/data/Containers/Bundle/Application/031D8C1A-6B3D-418C-8728-91B0852DA637/XXX.app/Frameworks/ NewPod.framework / NewPod 原因:找不到图片
我尝试将链接框架添加到链接的Binary和Libraries中,但该框架不可用,我只能找到libAlamofireObjectMapper.a,这还不够。错误仍然存在。我正在使用xcode 11.3.1
有什么想法吗?
答案 0 :(得分:0)
use_frameworks!到我的pod文件中保存了这一天。我当然发现了其他一些错误,但是很容易解决。