🧹 Lint

This commit is contained in:
Chris Araman 2021-05-03 22:18:28 -07:00
parent 40622df72a
commit a6e13f31fe
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -44,12 +44,11 @@ brew install mas-cli/tap/mas
#### Swift 5 Runtime Support
mas requires Swift 5 runtime support. macOS 10.14.4 and later include it, but earlier releases did not.
Without it, running `mas` may report an error similar to
```
dyld: Symbol not found: _$s11SubSequenceSlTl
```
Without it, running `mas` may report an error similar to this:
> dyld: Symbol not found: _$s11SubSequenceSlTl
To get Swift 5 support, you have a few options:
- Install the [Swift 5 Runtime Support for Command Line Tools](https://support.apple.com/kb/DL1998).
- Update to macOS 10.14.4 or later.
- Install Xcode 10.2 or later to `/Applications/Xcode.app`.