Re: Finding source of EXC_BREAKPOINT crash

2010-09-01 Thread Ben
On 31 Aug 2010, at 20:12, Wim Lewis wrote: > > On Aug 30, 2010, at 7:10 AM, Ben wrote: >> My app is built with a base SDK and deployment target of 10.5, but will only >> run on 10.6 systems. On 10.5 systems it crashes on launch with an >> EXC_BREAKPOINT and the following message: >> >> Dyld E

Re: Finding source of EXC_BREAKPOINT crash

2010-08-31 Thread Wim Lewis
On Aug 30, 2010, at 7:10 AM, Ben wrote: > My app is built with a base SDK and deployment target of 10.5, but will only > run on 10.6 systems. On 10.5 systems it crashes on launch with an > EXC_BREAKPOINT and the following message: > > Dyld Error Message: > unknown required load command 0x80

Re: Finding source of EXC_BREAKPOINT crash

2010-08-31 Thread Mark Ritchie
Hey! On 30/Aug/2010, at 6:37 PM, Greg Parker wrote: > Most likely the static libraries or some other part of your code was not > built with deployment target 10.5. Double-check your project settings and > build logs. I've not done this for a while however I think it was the DYLD_PRINT_* envir

Re: Finding source of EXC_BREAKPOINT crash

2010-08-30 Thread Greg Parker
On Aug 30, 2010, at 7:10 AM, Ben wrote: > My app is built with a base SDK and deployment target of 10.5, but will only > run on 10.6 systems. On 10.5 systems it crashes on launch with an > EXC_BREAKPOINT and the following message: > > Dyld Error Message: > unknown required load command 0x80

Finding source of EXC_BREAKPOINT crash

2010-08-30 Thread Ben
Hi list, I'm having trouble tracking down the source of a crash. My app is built with a base SDK and deployment target of 10.5, but will only run on 10.6 systems. On 10.5 systems it crashes on launch with an EXC_BREAKPOINT and the following message: Dyld Error Message: unknown required load