TheTired 0 Posted May 8, 2023 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
Dave Nottage 554 Posted May 8, 2023 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
TheTired 0 Posted May 11, 2023 Thanks, that worked. My XCode was not in mine applications folder. Share this post Link to post
heetec 0 Posted June 2 Mr. Dave Nottage Thanks to your help, I was able to solve the problem. The moment it was resolved, I couldn't help but applaud. And violently. thank you for your help Share this post Link to post