Re: app not starting from xcode
Re: app not starting from xcode
- Subject: Re: app not starting from xcode
- From: Jack Repenning <email@hidden>
- Date: Tue, 8 Apr 2008 13:53:04 -0700
On Apr 8, 2008, at 9:50 AM, Mark Lucas wrote:
I seem to be having a similar problem after svn updates on my
project. It shows that the application has been launched, but no
GUI and no icon in the doc. It appears a task is running. I've
tried different cleans and have manually wiped the xcodebuilds dir
without success. When I do a fresh checkout of the tree and build
from scratch it runs again - until the next update of module.
Trying to isolate it. May or may not be related, but started seeing
this after I installed the iphone SDK.
Well, I'm not so sure about the SDK link. This just started happening
to me, too, and I haven't touched the SDK yet. Must be some kind of
extended April Fool's thing ....
I think what I'm seeing is the same, although a careful reading of
this thread may be showing multiple distinct problems. In my case,
the launch stalls at "<Program> launched ...". I do see the program
in Activity Monitor, but gdb never attaches, and various extrinsic
measures (like NSLog(), and some things the program normally does on
start-up) seem to say it never really starts. Also, the number of
messages sent/received, as displayed in Activity Monitor, is non-zero,
but small and unchanging (300 or so, whereas it's normally up closer
to 1000 by the time gdb attaches). I've tried sampling it; there's
only one thread, and 100% of the samples are the same, reaching down
through
[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
to mach_msg_trap (which is also its normal resting state, when running
properly).
-==-
Jack Repenning
email@hidden
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"
_______________________________________________
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