Hello ...
"All of a sudden" my build-and-go program won't launch independently in XCode (1.5).
That is, the program runs, and its main window pops up, but its icon doesn't appear in the Dock, its menu bar doesn't get installed, and the window doesn't automatically come to the front (nor will it come forth if the title bar is clicked ... only if the window content area is clicked); the window responds to button clicks, but keystrokes (including command-key sequences) fall through to the window beneath it. The app is set to quit when its main window closes, but it doesn't; the only way to kill it is via the "Terminate" command in XCode.
If I try to launch the built app from the Finder, I get an error reporting that the file is "damaged or incomplete".
The problem occurred soon after I made some seemingly-innocuous changes in InfoPList.strings and/or Info.plist and some referenced (text) files. Restoring the previous plist values and re-editing the files didn't resolve the issue. (Maybe I missed something.)
I've cleaned the target (multiple times) and rebuilt to no avail.
Help?
DayLateDon