Understand what the error is saying what did I miss?
-
Evening hive mind
Back once again making progress with things, once again though i suspect I've missed something during the compiling on the mac side of things the error I get is this:
#error "Building for OSX 10.10 and earlier is no longer supported!"
warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 15.5.99.
Which makes total sense, what I'm not sure about is where do I need to go and tell it not to do that?
Thanks
-
@JamesC Have you checked the macOS Deployment Target in the Projucer file? Check under the Release section (or 'Release with Faust' if you're using it).
It should be set to 10.13, but it looks like you have it set to 10.09
-
@bendurso thanks for this just been in and checked it was set to 11.0 I did on the off chance change it to 10.13 but still defaults the same error code
-
@JamesC did you clean the build after making that change?
-
@d-healey yes I ran it twice and double checked that cleaning each time, no matter what I do and despite what it says in the projucer box it says it doesn't fall between the parameters, so still a bit confused!
As before it is no doubt something I've not done or missed that's caused it, hopefully I can get it sorted mac side!
-
I noticed the version error is here for a long time, where xcode says 10.9 is not supported. But usually it automatically sets it to the upper next compatible version. So why suddenly xcode doesn't want to increase the version I don't know...
Perhaps an xcode version issue? Here it's fine on 15.4. I mean, I have the warning but no error, the build works
And maybe it is the time to increase that minimum version Hise is outputting? 10.9 is 2013's Mavericks...
-
@ustk Could be my xcode is currently 16.4 at this time so maybe the issue is related to something like that
-
So the plot thickens...
Going back this morning to check again that the macOS Deployment Target in the Projucer file was correct i now get something new I haven't seen before:
- The Path to your JUCE folder is incorrect
- A new version of Juce is available
Now I'm assuming that the new version isn't a massive issue just yet but I imagine the path to JUCE folder is fairly critical what should it be is it the JUCE folder in the HISE standalone build?
I noticed it had a reset to default so I did that and even that brings the same error:
- The Path to your JUCE folder is incorrect
-
@JamesC when you see those messages, click don't ask again. They can be safely ignored
-
@d-healey ok thanks