Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近升级了我的 Xcode。我能够将所有代码转换为 Swift 3,但我的 CocoaPods 却没有。是否有捷径可寻?
看起来你说的 pod 有 Swift 3 版本,所以应该没问题。你试过做一个pod repo update IQKeyboardManager然后pod install吗?您Podfile.lock必须锁定一个不支持 Swift 3 的旧版本。看起来版本'4.0.6'及更高版本支持 Swift 3
pod repo update IQKeyboardManager
pod install
Podfile.lock
'4.0.6'