Benjamin Lea
Benjamin Lea
Possibly due to Xcode 11 coming out of beta? ``` ❯ bundle exec xcversion update Available session is not valid any more. Continuing with normal login. bundler: failed to load...
Using single quotes in your Cartfile causes the error `Parse error: expected string after dependency type in line: github 'malcommac/SwiftScanner'`. This PR updates the documentation so people won't run into...
Steps: 1. `brew install --cask xcodes` to install the GUI app 2. `brew install robotsandpencils/made/xcodes` to install the CLI Behaviour: ``` $ xcodes version zsh: command not found: xcodes $...
### Steps to reproduce Create `.pr-train.yml`: ``` trains: appsflyer: - ben-appsflyer-archx - ben-appsflyer-activation-events ``` Run the following: ``` git checkout -b branch-a # make changes git commit -a -m "commit...
### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug `vertical_parameter_alignment_on_call` fails when a method call:...