Swift cocoapod install framewoek(Alamofire) occur Syntax error in xcode -


i have problem in installing external framework. therefore, try in blank project error same , not sure did wrong.error image

it little uncommon. seems did install wrong version of framework in appear 40+ error in code syntax. also, error alamofire,amazons3requestmanager , on. podfile , put pod install in target file directory

source 'https://github.com/cocoapods/specs.git' # uncomment line define global platform project platform :ios, '8.0' # uncomment line if you're using swift use_frameworks!  target 'test' pod 'fbsdkcorekit' pod 'fbsdkloginkit' pod 'fbsdksharekit' pod 'alamofireimage', '~> 2.0' pod 'firebase', '>= 2.4.3' pod 'swiftvalidator', '3.0.1' pod 'amazons3requestmanager', '~> 0.8' pod 'mbprogresshud', '~> 0.9.2'  end 

the code in screenshot swift 2.2, have update xcode latest version, xcode 7.3. version old.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -