Debug/Release version of Application: XCode4

All,
I had made a Cocoa-Applescript App (MyApp) which was developed in Xcode 3. I upgraded to Xcode 4 and then did the Project Modernization. Everything worked fine. I also had a build/Debug folder in my MyApp project folder that had the MyApp.app file. Today I deleted my MyApp.app file by mistake and I can’t seem to generate it again.
How do I get the MyApp.app file in the build/Debug folder?

Also how do I generate a Release version of MyApp.app using Xcode 4 ?

Ok found it :slight_smile:

Yes, I had that problem too. Xcode 4 has the archive thing, which I personally don’t like. Especially for scriptable apps. You never know which archive AppleScript Editor will pick up.

Where was this setting that you found? I can’t find it…