Using Swift Scripts with Xcode | raywenderlich.com

Learn how to run Swift scripts as part of the Xcode build phase, giving you control to configure or validate your app while building your project.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/25816315-using-swift-scripts-with-xcode

Hi @ehabamer,
Thanks for your great article.
I face an issue when using swiflint build phase, the Run Script logged:
zsh:1: command not found: swiftlint
I installed swiftlint and could run ok on the terminal.
What’s wrong with my implementation so far?

How did u install swiftlint?
Is it through cocoa pods or directly as a command line? (homebrew for example)