0

プロジェクトに 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'
4

1 に答える 1

2

古いバージョンの Alamofire または古いバージョンの Xcode を使用しているようです。両方の最新版に更新されていることを確認してください (マスターの HEAD、Alamofire および Xcode 6.1.1 または 6.2.0 Beta 2 の場合は 1.1.2)。

于 2014-12-18T17:15:44.947 に答える