Changes between Initial Version and Version 1 of Ticket #59837, comment 16
- Timestamp:
- Aug 28, 2020, 11:04:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59837, comment 16
initial v1 2 2 Checking the right directory, I have the macosx10.14 present in it : 3 3 4 [Emmanuels:~] caux% cd /Library/Developer/CommandLineTools/SDKs/ 4 {{{ 5 [Emmanuels:~] caux% cd /Library/Developer/CommandLineTools/SDKs/ 5 6 [Emmanuels:Developer/CommandLineTools/SDKs] caux% ls 6 7 MacOSX.sdk/ MacOSX10.14.sdk@ 8 }}} 7 9 8 10 But if I type the command to find it, it is not found : 9 11 12 {{{ 10 13 [Emmanuels:~] caux% xcrun --sdk MacOSX10.14 --show-sdk-path 11 14 xcodebuild: error: SDK "MacOSX10.14" cannot be located. 12 15 xcodebuild: error: SDK "MacOSX10.14" cannot be located. 13 16 xcrun: error: unable to lookup item 'Path' in SDK 'MacOSX10.14' 17 }}} 14 18 15 19 Is it the origin of the problem ? And if yes, what should I do ?