Changes between Initial Version and Version 1 of Ticket #70585, comment 4


Ignore:
Timestamp:
Aug 19, 2024, 5:17:04 AM (5 weeks ago)
Author:
reneeotten (Renee Otten)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70585, comment 4

    initial v1  
    22
    33We have seen this error message before (see, for example, Trac ticket [ticket:68415]) and most of the time it's related to the XCode version that is installed. Please check what you get as output from
    4 {{{xcrun --sdk macosx13.3 --show-sdk-path}}}
     4{{{
     5xcrun --sdk macosx13.3 --show-sdk-path
     6}}}
    57and look which SDKs you have actually installed:
    6 {{{ls -l /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs}}}
     8{{{
     9ls -l /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
     10}}}
    711
    812I don't think we have a clear handle on how to resolve these type of issues, you could try to reinstall XCode. But the fact that it works on the buildbots suggests there is some mismatch on your local system.