ios - Alamofire not working (Swift/Xcode 8) -


i getting following errors when trying import alamofire project (cocoapods isn't working me, have manually import it).

anyway, i'm using xcode 8 , swift 2.3, , i'm getting these errors:

use of unresolved identifier ksectrustresultproceed

contextual type anyobject cannot used array literal

update: cleaned xcode, downloaded latest version of alamofire , restarted computer. now, xcode seems giving me conflicting errors (pictures reference) cannot force unwrap value of non-optional type string value of optional type string? not unwrapped thanks!

as of september '16, need use following in podfile:

pod 'alamofire', :git => 'https://github.com/alamofire/alamofire.git', :tag => '3.5.0' 

pointing swift2.3 branch no longer works, branch has been deleted. tag '3.5.0' points last revision on master supports swift 2.3.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -