Nicolò Blunda 3 Posted August 26, 2022 (edited) Hi. After download macOS SDK 12.3 from remote Monterey machine, app compiled and deployed with Firemonkey 10.4 don't works (after launch, they closes suddenly). I want to switch in Embarcadero framework (with SDK manager tool) to prevoius SDK 11.3, but it seems that only with mac with prevoius macOS this is possible (via PAServer). It is incredible that SDK 11.3 files folder is again in $(BDSPLATFORMSDKSDIR) dir, but "switch" is not possible... There is a workaround for this issue? Edited August 26, 2022 by Nicolò Blunda Share this post Link to post
SwiftExpat 65 Posted August 27, 2022 During the boot camp, Holger Flick pointed out this tool to let you switch versions on the MAC, https://github.com/RobotsAndPencils/xcodes , I have not tried it myself. He briefly gave an explanation about why they had to match but I can not quote it. It seems they must match to do the compile and PAServer only uses the active version of XCode / SDK on the MAC. Hope it helps Share this post Link to post
Nicolò Blunda 3 Posted August 28, 2022 (edited) Thank you very much. But my problem is not to switch between differents versions of XCode ON MAC machine, but between differents macOS SDK profiles in EMBARCADERO SDK Manager. Folder with all files necessary for deploy with SDK 11.3 is already in my file sistem, but seems there is not a way to say at Embarcadero to use this version. Change of selcted folder don't affect SDK version employed, that remains last downloaded from MAC. Edited August 28, 2022 by Nicolò Blunda Share this post Link to post
SwiftExpat 65 Posted August 28, 2022 From what I know, you add a second SDK in SDK manager, then right click on the platform select properties and choose which SDK it is using in Delphi: This window controls what you compile with in Delphi. Share this post Link to post