I'm updating app from Swift 2.3 to Swift 3.1. I've got several errors ;/
Asked
Active
Viewed 102 times
-7
-
1Welcome to [so]. Please don't post your code as picture and instead post your code here as text. It help us to actually debug it properly. – Fairy Apr 07 '17 at 13:40
1 Answers
0
With the version of swift from 2.3 you must have to update the Alamofire along with it. The current version of Alamofire is 4.4
Do update your pod file and check the Readme file , Everything you need is already mentioned there. Do let us know if you are facing issues with it.

Devang Tandel
- 2,988
- 1
- 21
- 43
-
and yes do post your code from next time instead of image please, will help us to test your case in playground...Keep Coding – Devang Tandel Apr 07 '17 at 13:53