- Reactive Programming with Swift 4
- Navdeep Singh
- 124字
- 2021-06-24 18:58:03
Using Carthage/CocoaPods projects
Here are some important points to consider when migrating a project with external dependencies using package managers such as Carthage, CocoaPods, or the Swift package manager:
- It is recommended to use source dependencies rather than binary Swift modules, because Swift 3.1 modules will not be compatible with Swift 3.2/4 modules unless you can get distributions that were built in Swift 3.2 or Swift 4 mode
- Ensure that your source dependencies work smoothly with Swift 3.2 as well as your own targets
- You need to remove Carthage file's search path or clean the build folder if you have used Carthage in your project
- It is not necessary to migrate your source dependencies as long as they can build in Swift 3.2 mode
推薦閱讀
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- ASP.NET Core 2 and Vue.js
- 老“碼”識途
- Create React App 2 Quick Start Guide
- HTML5權威指南
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- 硬件產品設計與開發:從原型到交付
- Kotlin Programming By Example
- 計算機系統解密:從理解計算機到編寫高效代碼
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Flutter之旅
- Java Script從入門到精通(第5版)
- Qt編程快速入門
- OpenStack Networking Cookbook
- Real-time Web Application Development using Vert.x 2.0