My Cartfile has many libraries. When I do carthage update
it goes through all the libraries. That can take very long time.
Is there a way to update just a s
[carthage update flow]
carthage [update|bootstrap|checkout|build] [dependency1] [dependency2] [--no-use-binaries] [--platform ]
//--no-use-binaries - does not use prebuild binary and use source code
//--platform - specify a platform
The longest phase is a build
step[xcodebuild] because:
fat binary
is built using lipo
[About]Carthage builds all shared frameworks schemes
of a project. If you know which exactly schema which you need you can:
Leave specific schemes at xcschemes
folder .../Carthage/Checkouts/
Open built project from Carthage/Checkouts
folder -> Manage Schemes... -> leave specific schemes