I upgraded an Xcode 3 project to Xcode 4. The default scheme builds my Debug configuration. If I want to build Release (a configuration which of course already exists) or Ad-Hoc, etc, is the right way to handle this to create a new Scheme for it? (It seems unexpected that I'd have to manually create a new scheme for every one of my 5 existing configurations except Debug.)
Or is there a more lightweight way? If I'm fundamentally misunderstanding something, feel free to set me straight.
(I have read the Xcode 4 transition guide, but I don't seem find a clear directive on the best practice, which implies that I may be unclear on something conceptually.)
Thanks.