Trying to run fresh out-of-the-box JUCE samples using Projucer 7.0.9 and Xcode 15.2 always crash after the UI has been generated and show exception:
Exception NSException * “-[BronzeMtlRenderCmdEncoder setVertexBuffer:offset:attributeStride:atIndex:]: unrecognized selector sent to instance 0x7f7a1103b000” 0x0000600000b55c50
name __NSCFConstantString * “NSInvalidArgumentException” 0x00007ff8428d15e8
reason __NSCFString * “-[BronzeMtlRenderCmdEncoder setVertexBuffer:offset:attributeStride:atIndex:]: unrecognized selector sent to instance 0x7f7a1103b000” 0x00006000034ec780
userInfo void * NULL 0x0000000000000000
reserved __NSDictionaryM * 1 key/value pair 0x0000600000576c80
Also seeing:
AddInstanceForFactory: No factory registered for id <CFUUID 0x6000005dafe0> F8BB1C28-BAE8-11D6-9C31-00039315CD46
Does anyone have any ideas how to resolve these issues?