Jump to content
Hans♫

Why is macOS app internally built towards SDK 10.8?

Recommended Posts

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

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:

 

image.png.5fcb67a8b621663f2836f22150c9c6e1.png

 

 

Edited by Hans♫

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

×