Thanks for testing. I didn’t have a chance to give it a proper go. I’ve merged the the cmake
branch into the develop branch. So do this:
git checkout develop
python build.py --config=Debug --project=Cabbage --build=False
Then go to your build folder and open the Cabage.xcodeproj file. Hit the green play button to build. Wait for the crash. You should get a stack trace which will show the methods that were called right up to the point of the crash. See if you can spot the last Cabbage method called. That would be mot helpful.