Just want to mention, I had the following issue when trying to build framework for the first time:
CMake Error at /usr/local/Cellar/cmake/3.21.3_1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find BISON: Found unsuitable version "2.3", but required is at
least "3.0"
I was able to rectify it by updating bison brew install bison
afterwards it succeeded when I build the framework.