My standard workflow, when releasing an app to the App Store, is to press Product > Archive
from Xcode's menubar.
I realize that I never change the Xcode Build Configuration
in my build scheme. I have it set to Debug
during development, but want the version on the App Store to be Release
.
I am hoping and assuming that Product > Archive
automatically uses a Release
build configuration. Can anyone confirm?