carrierdown / mutateful

Add-on for Ableton Live that enables live coding functionality fully integrated into Live's session view.
GNU General Public License v3.0
406 stars 13 forks source link

You can’t use this version of the application “Mutateful” with this version of OS X. (10.11.6) #15

Closed DystopianDisco closed 3 years ago

DystopianDisco commented 5 years ago

You have OS X 10.11.6. The application requires OS X 10.13 or later. Can't update environment/OS. Anyway around this?

carrierdown commented 5 years ago

The .NET Core 3 runtime imposes this restriction I'm afraid. I suppose it would be possible to retarget it to run on the Mono runtime instead, which I think would make it compatible with older OS versions as well. If anyone is willing to help out getting this done then feel free!

twobob commented 5 years ago

Relevant Addendum, Windows 10 rev. 1079 minimum is also a restriction placed by Core 3 to build on VS 2019 (Which seems reasonable since that is the revision they introduced the core changes).