The Path to your JUCE Folder is incorrect
-
@d-healey said in The Path to your JUCE Folder is incorrect:
@orange Yes, but that is the correct folder :) I have the same issue, as I mentioned in the other thread.
Yeah "ignore" worked for me too :) but in Windows
-
Yes I choose the JUCE and modules paths manually, definately it doesn't work :(
@Christoph-Hart Any fix for this please?
-
@Steve-Mohican
I may be wrong but I think the Xcode version is too high?
What version of Projucer are you using? -
@MikeB said in The Path to your JUCE Folder is incorrect:
@Steve-Mohican
I may be wrong but I think the Xcode version is too high?@Christoph-Hart said in Mac OS big sur can it compile script node?:
Xcode 12 works.
I am using Projucer 6 which is naturally inclluded in Hise-develop branch.
-
Ok - it was just an idea - then I don't know.
I can't explain it to you, but try Xcode 10.3.
-
We have Wisest Here
@d-healey said in Path To Juce?:I was getting the same message as well, so I told Projucer not to complain any more :)
@Natan said in Path To Juce?:
And Orange Joined
@orange Yes, but that is the correct folder :) I have the same issue, as I mentioned in the other thread.
Yeah "ignore" worked for me too :) but in Windows
-
@Natan OP said "Also, when I choose ignoring this message, I am getting bunch of errors and compilation can't be done."
-
@d-healey So I Guess We Need Another Ignore Button
-
Well, when I ignore that message; I am getting below errors multiple times at various places.
My macOS version is macOS 10.15.7 by the way.
Aligned allocation function of type 'void *(std::size_t, std::align_val_t)' is only available on macOS 10.14 or newer Unknown type name 'Ptr' No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'? No member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui' Replace 'ANALYZER' with 'scriptnode::analyse::ui' Expected class name
-
@Christoph-Hart said in Mac OS big sur can it compile script node?:
Xcode 12 works.For ARM supported plugin development, the miminum requirment for intel based macs is
- XCode 12.2
- macOS Catalina
Normally with these, you can compile for both intel and ARM universal binaries, even on a 2012 macbook pro.
But I think develop branch is not ready for that currently. Maybe available on M1 macs only.