Hans♫ 75 Posted January 18, 2019 With Delphi 10.3 Rio, I have added MacOSX SDK 10.14 in the SDK Manager, which I use to build my apps. However, when I run "otool -l <binaryfilename>" on the deployed executable I get this: cmd LC_VERSION_MIN_MACOSX version 10.8 sdk 10.8 This happens also with an empty app. It is a problem because I need to Notarize the app with Apple, and it fails with the reply: "The binary uses an SDK older than the 10.9 SDK". How can I change that? Share this post Link to post
Markus Kinzler 174 Posted January 18, 2019 May be configurable in the SDK-manager Share this post Link to post
Hans♫ 75 Posted January 18, 2019 (edited) Thank you for your reply, but in the SDK Manager I can only set the target SDK, which is already set to MacOSX 10.14: Edited January 18, 2019 by Hans♫ Share this post Link to post
Hans♫ 75 Posted January 21, 2019 Now added to Quality Portal that you cannot Notarize a Delphi MacOSX app. I found there is actually another problem too. Please vote for it: https://quality.embarcadero.com/browse/RSP-23368 1 Share this post Link to post