Finding source of EXC_BREAKPOINT crash
Finding source of EXC_BREAKPOINT crash
- Subject: Finding source of EXC_BREAKPOINT crash
- From: Ben <email@hidden>
- Date: Mon, 30 Aug 2010 15:10:54 +0100
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 command 0x80000022
I figure that this means I've done something to break 10.5 compatibility somewhere, but can not find where. The app does use two pre-built frameworks and a couple of static libraries, but these haven't changed in a long time. Also, when I check out the previous release of my app from SCM and build it, a similar crash occurs, leading me to believe it's not code-based, but tool-based.
Could updating my developer tools (and so changing some defaults somewhere) between releases cause this?
Does anyone have any suggestions as to tracking this down and fixing it?
Regards,
Ben_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden