导入 Alamofire.swift 不起作用
Posted
技术标签:
【中文标题】导入 Alamofire.swift 不起作用【英文标题】:Importing Alamofire.swift doesn't work 【发布时间】:2014-12-18 14:16:21 【问题描述】:我正在尝试将 alamofire 添加到我的项目中,但遇到了问题。
将文件添加到我的项目后,我无法编译,我得到的错误是:
Alamofire.swift:106:26: 'Method' cannot be constructed because it has no accessible initializers
Alamofire.swift:156:130: 'CFStringBuiltInEncodings' does not have a member named 'rawValue'
Alamofire.swift:245:61: Bound value in a conditional binding must be of Optional type
Alamofire.swift:1290:90: Operand of postfix '?' should have optional type; type is 'NSString'
Alamofire.swift:1453:82: Operand of postfix '!' should have optional type; type is 'NSURL'
【问题讨论】:
是否按照安装github.com/Alamofire/Alamofire上的安装说明进行操作?使用 alamofire 很重要。 【参考方案1】:您似乎正在使用旧版本的 Alamofire 或旧版本的 Xcode。确保您已更新到最新版本(master 的 HEAD,或 Alamofire 的 1.1.2 和 Xcode 6.1.1 或 6.2.0 Beta 2)
【讨论】:
谢谢,问题是我使用的是 Xcode 6.0 而不是 6.1.1以上是关于导入 Alamofire.swift 不起作用的主要内容,如果未能解决你的问题,请参考以下文章