我正在尝试使用SwiftyJson + Alamofire,并将它们导入到项目中。
使用Cocoapods文件进行安装。似乎所有内容都已加载,但在输入时我看不到除AlamofireVersionNumber
和SwiftyJsonVersionNumber
之外的任何命令
我选择Alamofire.request(.GET, "http://www.example.com")
.responseString { response in
print("Response String: \(response.result.value)")
答案 0 :(得分:1)
首先尝试构建项目(⌘ + B )。
答案 1 :(得分:1)
尝试清理项目(⌘+ K)和构建后(⌘+ B)。