- Reactive Programming with Swift 4
- Navdeep Singh
- 119字
- 2021-06-24 18:58:01
Preparation before migration
Ensure that the project that you are migrating builds successfully in Swift 3.2 mode, and all its tests pass. Keep in mind that Swift 3.2 does have significant changes from 3.1 as well as the SDKs against which you built, so you may need to resolve errors initially.
It’s highly recommended that you manage your project under source control. This enables you to easily review the applied changes via the migration assistant, get rid of them, and retry the migration if required.
Different from last year, the migrator is built directly into the compiler and not a separate tool, so it can work with both the versions of Swift, that is, 3.2, and 4.
推薦閱讀
- 零基礎玩轉區塊鏈
- Microsoft Dynamics 365 Extensions Cookbook
- SQL for Data Analytics
- 技術領導力:程序員如何才能帶團隊
- 信息安全技術
- aelf區塊鏈應用架構指南
- 云計算通俗講義(第3版)
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Mastering Git
- OpenCV with Python Blueprints
- Puppet:Mastering Infrastructure Automation
- Mastering Object:Oriented Python(Second Edition)
- LabVIEW入門與實戰開發100例(第4版)
- Tkinter GUI Application Development Blueprints