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

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -