'Xcode 8.0 swift 3.0 error Alamofire-swift.h not found and Could not build Objective-C module 'Alamofire'

I converted my swift 2.2 project to swift 3.0. After updating my pod file, I get this error. Please see the attached image.

enter image description here

And here is the pod file content :

enter image description here

I do not know what part I am missing which has lead me to this error.

Can anyone help me out ?

Thanks in Advance.



Solution 1:[1]

just open terminal and add you path for project and pod deintegrate after that just pod install

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 islam XDeveloper