Question

I am running macOS Mojave 10.14.6 and I want to run an application which was made only for Catalina. I have downloaded “Noto” from the Mac App Store on another Mac (Running Catalina) and copied it on my flash drive. I did it using MY AppleID.

When I run it on Mojave it doesn’t start. It says that I have an incompatible macOS version.

  1. I tried to edit .plst file in the package contents
  2. I tried to run it through terminal

The app is not so popular so I can’t just download a .dmg .

Was it helpful?

Solution

In a word, No

There are differences in macOS versions, and if an app says "macOS Catalina or later" it means that it requires something that is specific to, introduced in and not in earlier versions of macOS.

For example if you have an app that requires macOS High Sierra or greater it will also (likely) work on Mojave and Catalina too, but not on Sierra.

So, sorry, but that app was written to use a feature of Catalina that is just not there in previous versions of macOS.

You could contact the developer and ask if it is possible but I would bet no.

OTHER TIPS

You're in luck. The "Noto" app is open-source and available outside the Mac App Store in a version compatible with your Mojave system.

You can download the DMG here:

https://www.brunophilipe.com/software/noto/releases/noto-1.2.dmg

UPDATE: In the comments I learn that you're not looking for the app named "Noto", but rather an app named "Noto - Elegant Note" on the App Store, and "Noto.ink" elsewhere. That particular app is not made from the ground up for macOS - instead it is their iOS app that they have converted to macOS using Catalyst. Catalyst is only available on Catalina or later, so you have no way of running that app on Mojave unfortunately.

You could use something like Parallels to run a Catalina or Big Sur virtual machine on your Mac, and run the app in the virtual machine.

Virtualize got an older “guest” OS on a newer “host” OS often works to reach very far into the past. Often, you can also virtualize a newer “guest” on an older “host” but that sometimes works for one or two versions instead of tens of jumps.

An Operating System is (crudely) a set of features for developers to use in their applications. The apps use these features when they are executed.

New OS versions introduce new features that devs can take advantage of in new apps.

If the feature isn't in the OS, the app can't use it, and so can't run.

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top