How to set up a Release Build for VST plugin on Mac OSX

I’m working with a Projucer generated Xcode project based on a default Audio Plugin Project Type. The VST target, it seems, is built as Debug, since I can indeed debug it. How do I go about adding a Release build VST target? I don’t see anything in the Projucer unless I’m missing it.

There is a Release and Debug version setup in the Projucer, but when I build all in Xcode I only get products in the Debug folder. The Release folder is empty. Thanks.

Afaik you have to select the Build target in XCode. I think it can be found under Edit Schemes…