How can I test a MacOS app on a specific version?
I need to start the app on High Sierra and I have Catalina. It does not work as for iPhone simulators
once the app is started, a user receives this in the logs
in /var/log/messages
com.apple.xpc.launchd[1] ("bundle"[2956]). Service exited due to signal: illegal instructio: 4 sent by exchandler[0].
no problem on Mojave and above
I have searched everywhere but have not found an answer
thanks
From the Apple Developer Forum:
The place to put this flag is under “Other Linker Flags” in the project’s build settings, e.g. -mmacosx-version-min=10.10.
from this answer