Alamofire问题无法使用

时间:2017-05-06 08:54:40

标签: swift3 xcode8 alamofire

我做了一切,但仍然没有工作!如你所见,我不能使用Alamofire关键字(我导入Alamofire,重新安装alamofire 4.4也尝试了alamofire 3,也更新并仔细检查了所有关于cocoapods和所有正确安装的东西)我正在做的课程和我坚持了2天..:

2 个答案:

答案 0 :(得分:0)

试试这个:

# 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

答案 1 :(得分:0)

1.打开终端并转到项目路径(cd路径) 2.使用命令“pod init”创建Podfile 3.使用“打开Podfile”打开pod文件并添加 pod'Alamofire',     :git => 'https://github.com/Alamofire/Alamofire.git',     :branch => 'swift3' 4.运行命令“pod install” 5.打开工作区并享受