- 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
推薦閱讀
- Hands-On Image Processing with Python
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Securing WebLogic Server 12c
- ADI DSP應用技術集錦
- Instant Ext.NET Application Development
- 大學計算機基礎
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- 黑莓(BlackBerry)開發從入門到精通
- Mastering OpenStack
- 零基礎學編程系列(全5冊)
- SQL Server 2014 Development Essentials
- Getting Started with the Lazarus IDE
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- jQuery Essentials
- Visual C++ 開發從入門到精通