Skip to content

command line – xcrun stuck on old missing SDK

  • by
Spread the love


xcrun seems to be holding or referencing some persistence iOS SDK path that doesn’t exist in my machine anymore.

xcrun --show-sdk-path

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk

Even after deleting xcode and the CLTs this still persists. Using xcode-select -s PATH also doesn’t update the SDK that is for some reason stored. I have reviewed all projects on the machine and cleaned any and all caches I can find.

Anyone know why xcrun would be storing this or how to resolve this issue?

Currently I’m on:

  • MacOS 12.6
  • Xcode-beta 14.1 (testing a changed path same issue with Xcode 14.0)
  • Command Line Tools for beta 14.1 (same issue with CLT 14.0)

Leave a Reply

Your email address will not be published. Required fields are marked *