• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finding source of EXC_BREAKPOINT crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Finding source of EXC_BREAKPOINT crash (From: Ben <email@hidden>)
 >Re: Finding source of EXC_BREAKPOINT crash (From: Greg Parker <email@hidden>)

  • Prev by Date: Re: Binding an objects "Enabled" to a button in IB
  • Next by Date: Re: Binding an objects "Enabled" to a button in IB
  • Previous by thread: Re: Finding source of EXC_BREAKPOINT crash
  • Next by thread: Re: Finding source of EXC_BREAKPOINT crash
  • Index(es):
    • Date
    • Thread