ios - error occured in Alamofire librarys request.swift file - "Ambiguous use of Task" after updating to xcode 8.1 -


ambiguous use of task

i have updated xcode xcode 8.1 before upgradation working fine after upgradation have converted swift 2.3 swift 3.0 , added updated alamofire library. giving error in request.swift file of alamofire.

in case used used 'import alamofire'. comment import out, build, uncomment import. retry compiling.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -