Skip to content

Commit 3923d3b

Browse files
authored
Add Sonoma in list of macOS versions
1 parent ecfdb40 commit 3923d3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/development/compilation/macos.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This page describes the compilation of SPM MEX files on macOS.
44

55
!!! tip
6-
If you are using macOS Catalina, Big Sur, Monterey or Ventura and have apparent problems with the MEX files provided with SPM, check the [Troubleshooting section](#troubleshooting) first as it is very likely you do not need to recompile the MEX files.
6+
If you are using macOS Catalina, Big Sur, Monterey, Ventura or Sonoma and have apparent problems with the MEX files provided with SPM, check the [Troubleshooting section](#troubleshooting) first as it is very likely you do not need to recompile the MEX files.
77

88
To compile SPM MEX files, you need to have Apple's development environment [Xcode](http://developer.apple.com/tools/xcode/) installed.
99

@@ -42,7 +42,7 @@ This will generate `*.mexmaci64` MEX files. To generate `*.mexmaca64` MEX files,
4242

4343
## Troubleshooting
4444

45-
!!! failure "macOS Catalina, Big Sur, Monterey, Ventura"
45+
!!! failure "macOS Catalina, Big Sur, Monterey, Ventura, Sonoma"
4646

4747
If you have issues with MEX files on macOS with one of these errors:
4848

@@ -66,6 +66,8 @@ This will generate `*.mexmaci64` MEX files. To generate `*.mexmaca64` MEX files,
6666
sudo find SPM_PATH -name "*.mexmaci64" -exec spctl --add {} \;
6767
```
6868

69+
If you are using Apple Silicon (ARM), make sure to edit the command lines so that it targets `.mexmaca64` files.
70+
6971
!!! failure "`xcrun: error: SDK "macosx10.14.1" cannot be located` error"
7072

7173
If you get errors such as `xcrun: error: SDK "macosx10.14.1" cannot be located` while compiling, execute the following before compilation:

0 commit comments

Comments
 (0)