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
Swift 5
//MARK:- Step 1
carthage update KeychainAccess --platform iOS
carthage update SDKNAME(like i mention KeychainAccess upper) --platform iOS
if you face an Error like this
//MARK:- If this error occur
error: unable to find utility "xcodebuild", not a developer tool or in PATH
Then use Part 1 in Terminal Again
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
and again
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer