mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🧹 Lint
This commit is contained in:
parent
40622df72a
commit
a6e13f31fe
1 changed files with 3 additions and 4 deletions
|
@ -44,12 +44,11 @@ brew install mas-cli/tap/mas
|
||||||
#### Swift 5 Runtime Support
|
#### Swift 5 Runtime Support
|
||||||
|
|
||||||
mas requires Swift 5 runtime support. macOS 10.14.4 and later include it, but earlier releases did not.
|
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
|
Without it, running `mas` may report an error similar to this:
|
||||||
```
|
> dyld: Symbol not found: _$s11SubSequenceSlTl
|
||||||
dyld: Symbol not found: _$s11SubSequenceSlTl
|
|
||||||
```
|
|
||||||
|
|
||||||
To get Swift 5 support, you have a few options:
|
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).
|
- Install the [Swift 5 Runtime Support for Command Line Tools](https://support.apple.com/kb/DL1998).
|
||||||
- Update to macOS 10.14.4 or later.
|
- Update to macOS 10.14.4 or later.
|
||||||
- Install Xcode 10.2 or later to `/Applications/Xcode.app`.
|
- Install Xcode 10.2 or later to `/Applications/Xcode.app`.
|
||||||
|
|
Loading…
Reference in a new issue