Alamofire 问题无法使用
Posted
技术标签:
【中文标题】Alamofire 问题无法使用【英文标题】:Alamofire issue can't use 【发布时间】:2017-05-06 08:54:39 【问题描述】:我做了一切,但仍然没有工作!如您所见,我无法使用 Alamofire 关键字(我导入了 Alamofire,重新安装 alamofire 4.4 还尝试了 alamofire 3,还更新并仔细检查了有关 cocoapods 的所有内容以及正确安装的所有内容)我正在学习课程并且我坚持了 2 天..:
【问题讨论】:
【参考方案1】:试试这个:
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'PROJECT NAME HERE' do
use_frameworks!
pod 'Alamofire',
:git => 'https://github.com/Alamofire/Alamofire.git',
:branch => 'swift3'
end
【讨论】:
【参考方案2】:1.打开终端并转到您的项目路径(cd路径) 2.使用命令“pod init”创建Podfile 3.使用“open Podfile”打开pod文件并添加 豆荚'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift3' 4.运行命令“pod install” 5. 打开工作空间,尽情享受
【讨论】:
我之前做过这个没有成功(我知道锄头最初的豆荚和可可豆荚......)以上是关于Alamofire 问题无法使用的主要内容,如果未能解决你的问题,请参考以下文章