I am trying to migrate to swift 3.
- I have already updated the podfile with the latest version of libraries written in swift 3.
- I have updated the cocoapods as for Alamofire as mentioned here.
- I have run pod install and pod update
- I have cleaned the build folder and also performed project clean.
Still I keep getting Dependency Analysis Error
for Alamofire. Also I keep getting the pod frameworks in the targets to convert even when I have already updated the pods.
Note that I have already converted my source code successfully into swift 3.