Alamofire: Swift 3 errors

Created on 9 Sep 2016  路  4Comments  路  Source: Alamofire/Alamofire

Hi there,

I've upgraded my project to Swift 3 and updated Alamofire to version 3.5.
But now I have 190 issues getting from Xcode. Do I forget something while converting?

Screenshot

Thanks!

support

Most helpful comment

I understand that Alamofire 4.0.0 hasn't been released. What I'm saying is that the common user's first stop when they search for Alamofire is your Github page, which, by default, points to your master branch. The README file there has conflicting information which is obviously confusing users, since they are writing issues here.

As for "unreleased branches", people are looking at master, not swift3. Honestly, I wasn't asking for you to release v4.0.0. I just thought that seeing Swift 3.0 as a requirement, and then a few lines down see that we should be installing v3.5 is presenting conflicting information and that maybe the requirements listed in the README that everyone is looking at (whether the master branch is unreleased or not) should match the version that same README is directing users to install.

All 4 comments

Alamofire 3.5.0 only supports Swift 2.3. You need to use HEAD of master for Swift 3. We haven't released Alamofire 4 yet with Swift 3 support.

@cnoon Can you update the README to reflect that? Currently, it is saying that Swift 3.0+ is a requirement, but if it's not been officially released, that is misleading.

We're actively updating the documentation now @WERUreo. Please understand that Alamofire 4.0.0 is not released. If you are looking at unreleased branches, you cannot expect all the documentation and everything to be perfectly up-to-date.

I understand that Alamofire 4.0.0 hasn't been released. What I'm saying is that the common user's first stop when they search for Alamofire is your Github page, which, by default, points to your master branch. The README file there has conflicting information which is obviously confusing users, since they are writing issues here.

As for "unreleased branches", people are looking at master, not swift3. Honestly, I wasn't asking for you to release v4.0.0. I just thought that seeing Swift 3.0 as a requirement, and then a few lines down see that we should be installing v3.5 is presenting conflicting information and that maybe the requirements listed in the README that everyone is looking at (whether the master branch is unreleased or not) should match the version that same README is directing users to install.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shivang2902 picture shivang2902  路  3Comments

badrinathvm picture badrinathvm  路  3Comments

Tulleb picture Tulleb  路  3Comments

Footjy picture Footjy  路  3Comments

yamifr07 picture yamifr07  路  3Comments