Ok, so I'm working on an alternate version of an iPhone app, and my new version builds just fine. The executable is actually created, I checked the build directories.
I've tried manually changing EXECUTABLE_NAME to the correct name in my second target's info plist file, but that does not change the behavior. MyApp2.app is still created.
The problem is that when the debugger loads up, it loads up the wrong executable -- MyApp.app, instead of MyApp2.app.
Any suggestions?