xcselect

RSS for tag

Find the path to a macOS SDK version on disk using the xcselect function.

xcselect Documentation

Posts under xcselect tag

11 Posts
Sort by:
Post marked as solved
2 Replies
107 Views
ERROR ITMS-90725: "SDK version issue. This app was built with the iOS 15.2 SDK. All iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later." Submits my app to testFlight but I am facing this error. I updated but it didn't fix macOS: Big Sur 11.7.7 Xcode: 13.2.1
Posted
by tevfikcan.
Last updated
.
Post not yet marked as solved
4 Replies
160 Views
Hello all! Trying to work with 3d part package that using MacOS 12. In XCode 14.2 unable to find any option to add MacOS 12. Is there any way to do it? In XCode 14.2 for me available only MacOS 13.1.
Posted
by a.bogong.
Last updated
.
Post not yet marked as solved
9 Replies
31k Views
Not a question, but just informing you all that I've been having issues with install Xcode command line tools (just updated to beta 7 and having the same issue). xcode-select --install This command keeps telling me that the software is unavailable. In case any of you are having this issue, go to: https://developer.apple.com/download/more/ There is a link there to download the command line tools. Happy coding!
Posted Last updated
.
Post not yet marked as solved
1 Replies
327 Views
hi everyone i want to start code on mac but clang is not on my mac and when i install Xcode developer tools it wasn't inside the package. terminal show that ~ % clang --version xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools. See `man xcode-select` for more details. after i tried that and it doesn't work xcode-select: error: command line tools are already installed, use "Software Update" in System Settings to install updates so i want some help please
Posted Last updated
.
Post not yet marked as solved
5 Replies
4.6k Views
Last night I tried to install Xcode Command line tools on my new M1 Macbook pro and kept getting the error "Can't Install Software" with no explanation or further details as to what is causing this. I tried installing using xcode-select --install and also by downloading it from the delevoper.apple.com site. It would take several minutes and than at the end it would say it was unsuccessful.
Posted
by hdthakker.
Last updated
.
Post not yet marked as solved
1 Replies
833 Views
We have built a binary framework built with Xcode 14.1 using Xcode 13.4.1 getting below error. BUILD_LIBRARY_FOR_DISTRIBUTION ENABLED ALSO.  this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)'). Please select a toolchain which matches the SDK.
Posted Last updated
.
Post not yet marked as solved
2 Replies
1.2k Views
Updated to the new MacOS and thus got pulled along with new Command Line Tools. After that happened my CLTs couldn't run anything, tried resetting them, updating the path in Xcode (which there was only one option). Not matter what it boils down to xcrun is persistent on a iOS version that is no longer on my machine: xcrun find simctl    2022-10-03 16:52:08.950 xcodebuild[879:7392] Writing error result bundle to /var/folders/bs/cqd3mlfd3f95809vkksbdcbr0000gn/T/ResultBundle_2022-03-10_16-52-0008.xcresult xcodebuild: error: SDK "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk" cannot be located. xcrun: error: Failed to determine realpath of '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk' (errno=No such file or directory) xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk -find find 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory) xcrun: error: unable to find utility "find", not a developer tool or in PATH Similar errors get thrown for anything regarding xcrun. I have deleted XCode, deleted the CLTs and reinstalled both and I'm getting the same error. Any ideas on how to solve this?
Posted
by outway.
Last updated
.
Post not yet marked as solved
1 Replies
893 Views
I installed the command line tools 14.1_beta_3 (SDK MacOSX13.0.sdk) and I cannot switch back to use the command line tools for an SDK that is compatible with software I am trying to build. I have both XCode 13.4.1 (xcode.app) AND XCode 14.1 Beta (xcode-beta.app) installed. XCode 13.4.1 points to Command Line Tools (Xcode 13.4.1) but I still get an error in my build that points to the beta MacOSX13 sdk. I have tried switching the tools (xcode-select -s /Applications/XCode.app) with the same results. I tried just removing the CommandLineTools folder from /Library/Developer/CommandLineTools and re-installing the command line tools with only 13.4.1 but then the build says it cant find the MacOSX13.0.sdk. At a loss what to try next.
Posted Last updated
.
Post not yet marked as solved
1 Replies
790 Views
I used gfortran calling blas and lapack with no problems. Now, probably due to some updates, every time I try to compile a code I get this message: ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib/liblapack.tbd' for architecture x86_64 collect2: error: ld returned 1 exit status Could anyone please explain to me how to fix this issue? I have already reinstalled gfortran, openblas, and lapack many times using "brew reinstall". That does not fix anything. Please, help!! This is how I used to compile in the past without any problem: gfortran -o code.out code.f90 -llapack -lblas
Posted
by lsantos.
Last updated
.
Post not yet marked as solved
0 Replies
1.1k Views
I have been trying to compile c on vs code. I have all the extensions needed on vs code but now it is giving me an Xcrun error. I tried running $ xcode-select --install in the terminal , but it doesn't work. I tried updating my account by running chsh -s /bin/zsh. However it still doesn't work. Can anyone guid me further on how to do this?
Posted
by xlLotus.
Last updated
.