Alamofire.request(.GET, "www.example.com") 出错
Posted
技术标签:
【中文标题】Alamofire.request(.GET, "www.example.com") 出错【英文标题】:Error with Alamofire.request(.GET, "www.example.com") 【发布时间】:2016-03-09 22:10:18 【问题描述】:我使用(10.11.4 OS X 和 Xcode 7.2.1)。我用 GitHub 下载了框架并安装它,完成。在我按照 Apple 的分步说明安装它之后(将自定义框架导入操场)并且我没有错误,当我输入 « import Alamofire » 时。但是当我输入 au get request 我没有一些响应.我开始«产品 - 清洁»和«产品 - 构建»没有变化。怎么了?
View
【问题讨论】:
如果您想要在 Playgrounds 中测试库,我强烈建议您使用新库直接在 Playgrounds 中导入 pod,请在此处查看我的回答 ***.com/questions/35735193/import-kanna-in-playground/… 【参考方案1】:您可能需要开启无限执行,因为这些请求是异步的。
import XCPlayground
XCPlaygroundPage.currentPage.needsIndefiniteExecution = true
【讨论】:
以上是关于Alamofire.request(.GET, "www.example.com") 出错的主要内容,如果未能解决你的问题,请参考以下文章
swift Alamofire+ObjectMapper——swift(学习九)