| 20 | |
| 21 | Meanwhile, on the dev Mac with the 10.14 SDK in both places: |
| 22 | |
| 23 | {{{ |
| 24 | devmac:~ root# ls -d /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk |
| 25 | /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk |
| 26 | |
| 27 | devmac:~ root# ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk |
| 28 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk |
| 29 | |
| 30 | devmac:~ root# xcrun --sdk macosx10.14 --show-sdk-path |
| 31 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk |
| 32 | |
| 33 | devmac:~ root# port install wine-devel |
| 34 | Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly. |
| 35 | Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'. |
| 36 | [...] |
| 37 | }}} |
| 38 | |
| 39 | Riddle me ''that'', Batman ... |