app not starting from xcode
app not starting from xcode
- Subject: app not starting from xcode
- From: Torsten Curdt <email@hidden>
- Date: Tue, 8 Apr 2008 13:33:32 +0200
I am a little lost. I've have been working on a project and for some
reason XCode does not start up my app anymore.
It does work fine when I start it with the debugger.
It does work fine when I start it directly from Finder.
It does work fine when I start it directly from the command line.
...but when I start it from XCode I only see "session started" and the
process is running but the UI does not come up. I don't even get an
error problem or anything on the console.
I've added some log methods on main()
int main(int argc, char *argv[])
{
NSLog(@"main");
printf("main\n");
return NSApplicationMain(argc, (const char **) argv);
}
...and I cannot even spot those when starting the app through XCode.
What's going on?
I am using XCode 3.1 (1057) on 10.5.2 Intel using the 10.5 SDK.
cheers
--
Torsten
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden