Changes between Initial Version and Version 1 of Ticket #59837, comment 6
- Timestamp:
- Dec 14, 2019, 3:05:20 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59837, comment 6
initial v1 5 5 There is a MacOSX.sdk in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ : 6 6 7 {{{ 7 8 [Emmanuels:MacOSX.platform/Developer/SDKs] caux% ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ 8 9 DriverKit19.0.sdk/ MacOSX.sdk/ MacOSX10.15.sdk@ 10 }}} 9 11 10 12 But the alias is MacOSX10.15.sdk@ and not MacOSX10.14.sdk@ as it should be I think. I have no idea why and how this alias has been created as I never tried to install MacOSX10.15 on my computer ! … … 13 15 14 16 Running 17 {{{ 15 18 [Emmanuels:MacOSX.platform/Developer/SDKs] caux% xcrun --sdk macosx10.14 --show-sdk-path 19 }}} 16 20 17 21 gives : 22 {{{ 18 23 xcodebuild: error: SDK "macosx10.14" cannot be located. 19 24 xcodebuild: error: SDK "macosx10.14" cannot be located. 20 25 xcrun: error: unable to lookup item 'Path' in SDK 'macosx10.14' 21 26 }}}