导入框架后,我没有看到任何命令

时间:2017-08-29 08:38:40

标签: swift xcode

我正在尝试使用SwiftyJson + Alamofire,并将它们导入到项目中。 使用Cocoapods文件进行安装。似乎所有内容都已加载,但在输入时我看不到除AlamofireVersionNumberSwiftyJsonVersionNumber之外的任何命令

enter image description here

我选择Alamofire.request(.GET, "http://www.example.com") .responseString { response in print("Response String: \(response.result.value)")

2 个答案:

答案 0 :(得分:1)

首先尝试构建项目( + B )。

答案 1 :(得分:1)

尝试清理项目(⌘+ K)和构建后(⌘+ B)。