Xcode 9 & Xcode 8.3.# both versions supports Swift 3.2. If your existing project has default language Swift 3.2, then it will work in Xcode 9, with minor changes. But if your project has support of Swift version 3.1 or lower then you must migrate it into 3.2 or 4.0, to work with Xcode 9

Project ► (Select Your Project Target) ► Build Settings ► (Type 'swift' in Searchbar) Swift Compiler Language ► Swift Language Version ► Click on Language list to open it.

如何让你的Xcode来帮你把swift3代码转到swift4代码



Convert your source code from Swift 3.2 to 4.0. For easier migration of your code, follow these steps: (it will help you to covert into latest version of swift supported by your Xcode Tool)

(Xcode) Menus: Edit ► Covert ► To Current Swift Syntax

如何让你的Xcode来帮你把swift3代码转到swift4代码

I hope this may help you


相关文章:

  • 2021-04-18
  • 2021-08-01
  • 2021-04-29
  • 2022-02-09
  • 2021-11-17
  • 2021-12-17
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2023-01-29
  • 2021-09-03
  • 2021-05-13
  • 2021-11-16
  • 2021-05-21
相关资源
相似解决方案