Forum > macOS / Mac OS X

User informed that application needs updated on Ventura

(1/2) > >>

geraldholdsworth:
I cross-compile my application, using Lazarus 2.2.0 on macOS Catalina, for 32bit, 64bit and ARM versions of macOS. However, a user on Ventura tells me that the OS reports it needs to be updated, despite it being the latest release.

How do I get around this? Is this an Xcode SDK issue (as, on Catalina, this is on 12.4 and can't go any higher)?

Josh:
Hi

I had similar, if i remember correctly minimum codesign now is 12.5.1 of xcode min is BigSur.

Could be wrong or not entirely accurate,

geraldholdsworth:
So does this basically mean that I can't compile my projects for anything newer than Monterey, unless I buy a newer Mac that can have a newer OS installed?

PierceNg:

--- Quote from: geraldholdsworth on March 11, 2023, 10:39:12 am ---So does this basically mean that I can't compile my projects for anything newer than Monterey, unless I buy a newer Mac that can have a newer OS installed?

--- End quote ---

You might want to try Open Core Legacy Patcher - https://github.com/dortania/OpenCore-Legacy-Patcher/

My 2012 MBP is officially rated good for up to Catalina. It now runs Monterey. Since the Mac can run its OS from external SSD, I may try running Ventura (and Big Sur, if needs be) that way.

trev:
Xcode 13, its predecessors, and their older notarization command tool altool continue to be supported until the release of macOS 14 in the autumn/fall of 2023, when they will be replaced by support in Xcode 14 and the newer notarytool command.

So, I don't think it's your version of Xcode.

There are new security checks every time the app is run (Gatekeeper used only check the first time an app was run). One of the new security checks blocks apps being run from unexpected locations.

What is the exact error message that the OS emits for your app? Is there anything in the system log?

Navigation

[0] Message Index

[#] Next page

Go to full version