我已按照整个程序导入Alamofire using this link 其中包括命令行为
$ git init
$ git submodule add https://github.com/Alamofire/AlamofireImage.git
然后我:
AlamofireImage.xcodeproj
AlamofireImage.xcodeproj
。似乎一切正常,Alamofire框架在目标依赖,链接框架和嵌入式框架中成功添加到复制文件构建阶段。
但是当我尝试使用import AlamofireImage
导入时,它会出错:“没有这样的模块AlamofireImage”
请告诉我在安装中遗漏的内容