I am updating my project to Swift 3. When updating some of my cocoapods to swift 3, I receive the following message in terminal, after running pod install:
I had the problem with one target with a difference from 3.0 to 3.0.1
I solved it by manually editing the project file (project.pbxproj) and change 3.0; with 3.0.1;