Re: App won't launch in Debug but release product is fine

2010-05-11 Thread Steve Cronin
On May 11, 2010, at 4:53 AM, Jonathan del Strother wrote: > Long shot : has it hit a breakpoint? No > And if not, what happens if you pause the debugger and step through? Here's the stack after I launch, see "Run", then hit 'Pause' #0 0x9809d2fa in mach_msg_trap #1 0x9809da67 in ma

Re: App won't launch in Debug but release product is fine

2010-05-11 Thread Uli Kusterer
On May 11, 2010, at 11:39 AM, Steve Cronin wrote: > If I try and build and go on the debug build I see "Run" appear in the lower > console log in XCode and then nothing. > I've been over the build configurations (but I admit I weary). > > I have cleared XCode caches and done clean build - 10.6

Re: App won't launch in Debug but release product is fine

2010-05-11 Thread Jonathan del Strother
On 11 May 2010 10:39, Steve Cronin wrote: > Folks; > > I need to pare back a project, remove some of the cruft. > > I copied the entire project directory and renamed the project and bundle > identifier for now. > I've removed various IB widgets as well as objC classes. > > I can now build without

App won't launch in Debug but release product is fine

2010-05-11 Thread Steve Cronin
Folks; I need to pare back a project, remove some of the cruft. I copied the entire project directory and renamed the project and bundle identifier for now. I've removed various IB widgets as well as objC classes. I can now build without any issues in debug and release. If I double click the re