目前我正在使用 Xcode11.4。我需要将 Xcode 11.4 用于 iOS 13 框架,但我无法在 Xcode 11 中构建我的旧项目 这是错误消息
This workplace has projects that contain source code developed with Swift 3.x.This version of Xcode does not support building or migrating Swift 3.x targets
Use Xcode 10.1 to migrate the code to Swift 4
我试图在所有 Pods 中将 Swift Language 版本更改为 Swift 4。
但是有些 Pod 显示出这样的错误
如何修复该错误,是否需要再次安装 Xcode 10.1?