JimKueneman 1 Posted January 12, 2023 Delphi 11.2 Patch 1, just bought a new M1 and installed VMWare and Windows 11 Arm. Installed XCode 14.2 and the command line tools. PasServer is working correct but it can't find any of the OSX or iOS SDKs. Anyone else experimenting with running on the M1 and have this problem? Thanks, Jim Share this post Link to post
Dave Nottage 557 Posted January 12, 2023 3 hours ago, JimKueneman said: Anyone else experimenting with running on the M1 and have this problem? I have the same setup as you and it works OK. On the Mac, can you open a Terminal window, execute this command: /usr/bin/xcodebuild -version -sdk If it succeeds, the results can be fairly lengthy, but you should see things like: MacOSX13.0.sdk in it 1 Share this post Link to post
JimKueneman 1 Posted January 12, 2023 Thank you that kicked me in the right direction... order matters on XCode and Command Line Tools... https://stackoverflow.com/questions/17980759/xcode-select-active-developer-directory-error Jim 1 Share this post Link to post