Jump to content
Sign in to follow this  
TheTired

MacOS 11.3 SDK problem

Recommended Posts

I'm using Delphi 11.3 and macos catalina. When I try to setup SDK it says "No SDKS could be found for the macOS 64-bit platform. Did you install the Command Line Tools on your XCode?". I installed XCode 12.1 and ensure the command line tools are installed. Does 11.3 require XCode 14 or something? 

Share this post


Link to post
4 hours ago, TheTired said:

"No SDKS could be found for the macOS 64-bit platform. Did you install the Command Line Tools on your XCode?"

That message should probably also recommend executing this command from a terminal window on the Mac:

xcode-select -p

If you're using the default install of Xcode, it should output:

/Applications/Xcode.app/Contents/Developer

If it doesn't, use this command:

xcode-select --switch /Applications/Xcode.app/Contents/Developer

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×