• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
app not starting from xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: app not starting from xcode
      • From: Torsten Curdt <email@hidden>
  • Prev by Date: Re: A few beginner questions
  • Next by Date: Re: A few beginner questions
  • Previous by thread: Questions about warning flags
  • Next by thread: Re: app not starting from xcode
  • Index(es):
    • Date
    • Thread