-
Install Carthage:
brew install carthage
-
Run a command in a project directory:
carthage bootstrap --platform iOS
-
Open
SecondOpinion.xcodeproj
in last Xcode version. -
Press
Cmd+R
or selectProduct > Run
in menu.
-
Install Swiftlint:
brew install swiftlint
-
Press
⌘+Shift+B
or selectProduct > Analyze
in menu.