Alamofire: Xcode 8 Beta 5 Problems

Created on 11 Aug 2016  路  6Comments  路  Source: Alamofire/Alamofire

I updated from Beta 4 to Beta 5 and now I'm getting this error all over my project:
'URLSessionStreamTask' is only available on iOS application extension 9.0 or newer

The deployment target is 10.0 and my App has an today extension...

bug needs investigation

Most helpful comment

Adjusting the Deployment Target for Alamofire Pod to iOS 10.0 fixes that

All 6 comments

I went back to commit "a94323c6e556d47408b6186c948324b040d7ffc8"
There is everything fine and it works again for now...

Adjusting the Deployment Target for Alamofire Pod to iOS 10.0 fixes that

Hmmmm...that's odd. I wonder if we need to add the availability checks back in that I removed. We'll need to investigate more here @Urkman...thanks for reporting. 馃嵒

I also experienced the same thing. Bumped the version to 9.0 and all was fine.

I believe this will be fixed by https://github.com/Alamofire/Alamofire/pull/1401

This has been fixed by #1401. Create a new issue if you have an further problems.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dpstart picture dpstart  路  3Comments

filippovdev picture filippovdev  路  3Comments

zhouhao27 picture zhouhao27  路  3Comments

yamifr07 picture yamifr07  路  3Comments

lvandal picture lvandal  路  3Comments