Re: Finding source of EXC_BREAKPOINT crash
Re: Finding source of EXC_BREAKPOINT crash
- Subject: Re: Finding source of EXC_BREAKPOINT crash
- From: Mark Ritchie <email@hidden>
- Date: Tue, 31 Aug 2010 06:34:15 -0700
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_* environment variables which helped me track down which library was causing dyld grief.
DYLD_PRINT_LIBRARIES seems like a good place to start.
>From bash, you can turn this on with something like:
export DYLD_PRINT_LIBRARIES=YES
then run some command line commands and see what the output is like.
>From Xcode, you can add it to the environment variables for your target
man dyld for more information.
Good luck!
M.
_______________________________________________
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