Trouble Compiling On Mac - 'run out of application memory'
-
Hey guys,
I'm having trouble compiling HISE on MacOS Monterey with an M1.
Every time it gets close to the end of trying to build a release version of the standalone it says 'Your system has run out of application memory'.
I can however get the debugging version to compile successfully and no issues compiling on Windows.I'm using the latest develop branch of HISE with Xcode 13.4.1. I also have plenty of free space on my drive.
Any ideas would be appreciated!
-
@Tevlo Use xcode 13.1. How much RAM do you have?
-
@d-healey Thanks David I will try 13.1 and I only have 8gb unfortunately.
-
@Tevlo The amount of RAM might be the problem. If changing the Xcode version doesn't work you might have to reduce the number of compile threads (I don't know how to do that from XCode so you'll need to Google it).
-
@d-healey Worked with Xcode 13.1, thanks David!