Post

Replies

Boosts

Views

Activity

Reply to "Swiftlint" Error Message in the Terminal
Change you SwiftLint script in your project to: alias swiftlint="/opt/homebrew/bin/swiftlint" if swiftlint >/dev/null; then     swiftlint else     echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint" fi
Replies
Boosts
Views
Activity
Sep ’22