CocoaPods and Swift 3.0
问题 I just want to try Swift 3.0 in one of my projects. Xcode open the migration window to update my project to use Swift 3.0. The problem is, I just want to to update my project, and leave the Pods project untouched because any changes will be discard after I run the pod install again. Anyone already have a solution for that? 回答1: What you're asking is not possible. Xcode builds your Cocoapods dependencies as well as your project. You cannot mix Swift 2.x and Swift 3 code in the same project or