Changes between Initial Version and Version 1 of Ticket #59837, comment 18
- Timestamp:
- Aug 28, 2020, 11:05:31 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59837, comment 18
initial v1 3 3 I followed all the steps you suggested : 4 4 5 {{{ 5 6 [Emmanuels:/Library/Developer] caux% sudo mkdir /Library/Developer/SavedSDKS 6 7 Password: … … 11 12 [Emmanuels:/Library/Developer] caux% sudo ln -s /Library/Developer/SavedSDKS/MacOSX10.14.sdk /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk 12 13 [Emmanuels:/Library/Developer] caux% sudo ln -s /Library/Developer/SavedSDKS/MacOSX10.14.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk 14 }}} 13 15 14 16 Up to there, I didn't get any error message. … … 16 18 But running this command : 17 19 20 {{{ 18 21 [Emmanuels:/Library/Developer] caux% xcrun --sdk macosx10.14 --show-sdk-path 19 22 xcodebuild: error: SDK "macosx10.14" cannot be located. … … 21 24 xcrun: error: unable to lookup item 'Path' in SDK 'macosx10.14' 22 25 [Emmanuels:/Library/Developer] caux% 26 }}} 23 27 24 28 shows the problem is still there, and impeds me to upgrade any ports...