Hey there!
I am using a new MacBook M1 with macOS Big Sur. I have installed JUCE v.6.0.5, but JUCE says that there is a newer version that I can update.
If I want this to do, I can choose a new folder (I choose “JUCE_New”), then the download starts. But after a while I get a error message mentioned in the title.
It’s generally a better approach to not download the builds directly but to clone the official JUCE repository and build the Projucer contained in it on your own – some short information on how to do that can be found in the projects Readme.
This will ensure that you have the most recent version and that it matches your system. Furthermore using version control like git is good coding practice anyway, so it’s a good idea to use a project like JUCE to get used to it in case you are not already
You can open and build the Xcode project inside the Projucer’s build folder, as mentioned, or you can use CMake (I assume this is how you are building the DemoRunner if you’re following the README). To use CMake, you can use the same commands shown in the README, but you’ll need to change the target to “Projucer”: