- install Carthage Download link
- Github Carthage
- install SwiftLint
brew install swiftlint
./carthage.sh update --platform iOS --no-use-binaries --use-netrc --use-xcframeworks
- use
platform
flag to build only for iOS to save time and disk space - use
no-use-binaries
to build from sources
- Should set xcframework embed&&sign in Build General
Re-build frameworks if needed
carthage build --platform iOS --use-xcframeworks
version: 13.2.0 above
- Swift Code Styles Guide - Swift Code Styles