Universal build issue on OSX Sonoma, XCode15

Hi,

I have been testing Juce8 and marked that the Universal build of a plugin ( AU / VST3 ) through Xcode only produces an arm64 bundle. Intel is not included. I have tested on 2 computers with Xcode15 an OSX Sonoma. I am also just testing a simple default plugin project with no additional modules. And I am certain that the build architecture on Xcode is correct.

any ideas, similar issues ?
thanks

See Xcode Override Architectures

thanks, setting the Override Architectures on Build Schemes did work. I hope this works out-of-the-box someday. These Xcodes updates are really killing the joy.