command line – Override minimal macOS model – “kLSIncompatibleSystemVersionErr” when working app


I want to run an app which nominally helps solely MacOS 14.0 and above. I’m on 12.7.3, and apple will not enable me to replace as a result of my laptop is just too previous. Nevertheless, I do know that the app truly can run on my machine as a result of once I run the executable within the app bundle (sport.app > Contents > MacOS > sport), it really works simply fantastic. Sadly, I would like to have the ability to run the app itself as a result of I must run it by Steam to get networking performance.

Operating the app by the command line with open sport.app provides me the next error:

The applying can't be opened for an sudden motive, error=Error
Area=NSOSStatusErrorDomain Code=-10825 "kLSIncompatibleSystemVersionErr: The 
app can't run on the present OS model" UserInfo={_LSLine=3863, 
_LSFunction=_LSOpenStuffCallLocal}

I’ve tried enhancing the information.plist however there isn’t a tag that appears to specify a minimal system model.

Is there something within the app contents that I’d have the ability to change to override this error? Or some form of flag I can use to override it when working it from the terminal?

(Bonus: does anybody know make Steam open the app by the executable? This might additionally resolve my downside.)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *