- 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
推薦閱讀
- 計算機網絡
- 深入理解Android(卷I)
- PostgreSQL for Data Architects
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 認識編程:以Python語言講透編程的本質
- Mastering Entity Framework
- Learning Informatica PowerCenter 10.x(Second Edition)
- Cassandra Design Patterns(Second Edition)
- 秒懂設計模式
- Learning DHTMLX Suite UI
- Solutions Architect's Handbook
- Java程序設計教程
- HTML5移動Web開發
- 3D Printing Designs:The Sun Puzzle
- Less Web Development Cookbook