Re: What causes this???
Re: What causes this???
- Subject: Re: What causes this???
- From: Dave Thorup <email@hidden>
- Date: Tue, 23 Mar 2004 12:52:54 -0500
On Mar 9, 2004, at 11:09 PM, April Gendill wrote:
Ok,
Recently I have had the worst time with starting a project up and when
I try to run it I get that ultra annoying main window appears but no
menu bar nothing else and No, the ui element is not set. It should run
normally but all that happens in the window which come default in the
nib when you start a project appears.
I just saw your message about no one responding to your questions, so I
though I'd look back on some of them. I haven't been reading the list
very much lately so I didn't see this one.
I believe I know the answer, just let me make sure I understand the
problem correctly. You can run the project from XCode, but it's
running as if it were a part of XCode, right? Basically you get your
application window, but the menu bar still shows XCode's menu bar.
Also, you can't double-click on the application in the finder to run
it.
If that's the problem then here's the solution... Somehow the
CFBundleExecutable property got messed up in your Info.plist file.
Open the Info.plist file of your app and look at the value for the
CFBundleExecutable propery. No go to your app's /Contents/MacOS/
folder and look at the executable name there. If the values are
different, then that's your problem. You can fix this by doing a "Get
Info" on your project's target in XCode, selecting the Properties tab
and changing the Executable name.
I hope this helps.
_____________________________
Dave Thorup
Software Engineer
email@hidden
http://www.kuwan.net
Defaults Manager - The premier editor for Mac OS X's User Defaults /
Preferences database.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.