通过迦太基在Development pod中添加依赖项

时间:2020-08-27 11:43:38

标签: ios swift xcode cocoapods carthage

我有一个通过pod分发的代码库 假设一个Network Pod,到目前为止,它的podSpec具有Alamofire作为依赖项,

现在,我想通过Carthage将Alamofire集成到我的Network pod中 所以我通过从Network Pod的podspec中删除Alamofire来删除了Alamofire pod 并运行pod install

接下来,我添加了Cartfile,它的内容很简单: github“ Alamofire / Alamofire”〜> 5.2

我已经运行了迦太基更新-平台iOS 迦太基在Build / iOS文件夹中成功制作了框架

现在尝试通过迦太基添加Alamofire的步骤如下:

https://github.com/Carthage/Carthage#adding-frameworks-to-an-application

我添加了框架搜索路径: $(SRCROOT)/ Carthage / Build / iOS

但是当我在开发包中导入Alamofire时,会触发错误: 没有这样的模块“ Alamofire”

请帮助或建议我正在做的事情是正确的,或者这完全没有用 或如何实现??

0 个答案:

没有答案