``` xcode-select: note: No developer tools were found, requesting install. If developer tools are located at a non-default location on disk, use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, and cancel the installation dialog. See `man xcode-select` for more details. tai2@TaijunoMacBook-Pro ~ % c ``` ``` tai2@TaijunoMacBook-Pro ~ % xcodebuild -showsdks DriverKit SDKs: DriverKit 24.4 -sdk driverkit24.4 iOS SDKs: iOS 18.4 -sdk iphoneos18.4 iOS Simulator SDKs: Simulator - iOS 18.4 -sdk iphonesimulator18.4 macOS SDKs: macOS 15.4 -sdk macosx15.4 macOS 15.4 -sdk macosx15.4 tvOS SDKs: tvOS 18.4 -sdk appletvos18.4 tvOS Simulator SDKs: Simulator - tvOS 18.4 -sdk appletvsimulator18.4 visionOS SDKs: visionOS 2.4 -sdk xros2.4 visionOS Simulator SDKs: Simulator - visionOS 2.4 -sdk xrsimulator2.4 watchOS SDKs: watchOS 11.4 -sdk watchos11.4 watchOS Simulator SDKs: Simulator - watchOS 11.4 -sdk watchsimulator11.4 tai2@TaijunoMacBook-Pro ~ % ``` ``` tai2@TaijunoMacBook-Pro ~ % xcodebuild -sdk iphoneos18.4 Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk iphoneos18.4 Build settings from command line: SDKROOT = iphoneos18.4 2025-04-22 16:12:50.095 xcodebuild[9383:77325] Writing error result bundle to /var/folders/p9/b2x46cn913l47sv41gqcg7cc0000gp/T/ResultBundle_2025-22-04_16-12-0050.xcresult xcodebuild: error: The directory /Users/tai2 does not contain an Xcode project. tai2@TaijunoMacBook-Pro ~ % ```