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.
iOS 应用程序开发工具的最新重大更新Xcode 9支持Swift 3.2 & 4编程语言。
Xcode 9
Swift 3.2 & 4
我的应用程序使用 Swift 3 版本开发,我想转换/迁移完整的源代码Swift 3 to Swift 4。在迁移期间,它向我显示354 errors.
Swift 3 to Swift 4
354 errors
这些错误是可以修复的。错误的解决方案由 Xcode 本身提出。但是有354个错误。我怎样才能一次修复它们?逐个手动修复每个错误将是一项耗时的活动。
是否有任何可行的解决方案来一次修复所有错误。
这是示例的快照。
我们有更好的选择来立即修复此错误。可以从Editor菜单中解决
Editor
使用此选项可在课堂上一次修复所有错误。
注意:您不能总是依赖 Xcode 建议,但对于迁移案例,它在大多数情况下都可以使用。