Commit 7f435ed
committed
Add macOS 14 as a platform for Modules to avoid
By default, Package Manager sets 10.13 as the default macOS platform,
but that's not compatible with the requirements of some of the
dependencies. Example:
```
error: the library 'WordPressCore' requires macos 10.13, but depends on the product 'WordPressAPI' which requires macos 12.0; consider changing the library 'WordPressCore' to require macos 12.0 or later, or the product 'WordPressAPI' to require macos 10.13 or earlier.
```
Set 14 because that's what GutenberKit requires:
```
error: the library 'XcodeTarget_App' requires macos 10.13, but depends on the product 'GutenbergKit' which requires macos 14.0; consider changing the library 'XcodeTarget_App' to require macos 14.0 or later, or the product 'GutenbergKit' to require macos 10.13 or earlier.
```swift build error1 parent 65e15d3 commit 7f435ed
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments