Alamofire not working well with swift 3 -


i have project written swift 2. updated swift 3, i'm using alamofire , swiftyjson
updated cocoapods , fixed project issues, after got error alamofire

the following binaries use incompatible versions of swift: 

enter image description here

also have these warnings

enter image description here

this pod file enter image description here

this see in terminal after pod update

update pods updating local specs repositories  cocoapods 1.2.0.beta.1 available. update use: `sudo gem install cocoapods --pre` [!] test version we'd love try.  more information, see https://blog.cocoapods.org , changelog version @ https://github.com/cocoapods/cocoapods/releases/tag/1.2.0.beta.1  analyzing dependencies downloading dependencies using alamofire (4.0.1) using dropdown (2) using sidemenu (2.0.5) using swiftyjson (3.1.1) generating pods project integrating client project sending stats pod installation complete! there 4 dependencies podfile , 4 total pods installed.  [!] `ehtamiapp [debug]` target overrides `embedded_content_contains_swift` build setting defined in `pods/target support files/pods-ehtamiapp/pods-ehtamiapp.debug.xcconfig'. can lead problems cocoapods installation     - use `$(inherited)` flag, or     - remove build settings target.  [!] `ehtamiapp [release]` target overrides `embedded_content_contains_swift` build setting defined in `pods/target support files/pods-ehtamiapp/pods-ehtamiapp.release.xcconfig'. can lead problems cocoapods installation     - use `$(inherited)` flag, or     - remove build settings target. 

what mean? , how can fix it?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -