框架库未加载:'未找到图像'

时间:2016-05-02 22:27:49

标签: ios objective-c frameworks cocoapods

我有一个拥有Pods和我的主项目的框架。

错误:

dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire
  Referenced from: /Users/station7/Library/Developer/CoreSimulator/Devices/472E34A1-3D59-4C1F-90A3-3F3FF2998CC4/data/Containers/Bundle/Application/5E4E1D98-6451-4F1D-8E90-A032029D634D/MyApp.app/Frameworks/requestMyApp.framework/requestMyApp
  Reason: image not found
  • Alamofire.framework存在于框架pod中但在主项目中没有。
  

如果main project中存在框架,则错误永远不会出现。但是必须在podfile中的两个项目中都有Alamofire,考虑到主项目根本不使用Alamofire

我关注此帖:source 1source 2

我尝试了所有来源但无效的步骤。

enter image description here enter image description here enter image description here enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

Framework使用帖子但将其放入Main Project,在pod中似乎也需要Alamofire。也就是说,要在两个项目中修复Alamofire