after updating Xcode to 15.4, my JUCE project can no longer build. Currently my MacOSX version is 14.5
first problem: Internal inconsistency error: never received target ended message for target ID ‘3’ (in target ‘juce_vst3_helper’ from project ‘GuitarAmpPlugin’). Build again to continue.
second problem: Showing All Messages
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__memory/unique_ptr.h:66:19: Invalid application of ‘sizeof’ to an incomplete type ‘juce::JUCEApplicationBase::MultipleInstanceHandler’
^ this is related to juce_ApplicationBase.h
Would greatly appreciate some thoughts on how to fix this!


