CMAKE BUILD ERROR
Hi Guys,
I am currently trying to follow this tutorial to build a plugin with a customisable UI via CMake and JUCE. I have some prior undergrad experience with other languages but this has really stumped me and I have tried every solution that I was able to find on the internet (been on way too many forums). If anyone has any experience following this tutorial and/or has ran into this issue and solved it, any help would be greatly appreciated. I have installed all of the prerequisites and to my knowledge all should be working.
Im attempting to build on Mac M1 running Sonoma 14.4.1.
This is the error I keep running into:
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:8 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:8 (project):
No CMAKE_CXX_COMPILER could be found.
Thanks.