• 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: XCode / Debugger error message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode / Debugger error message


  • Subject: Re: XCode / Debugger error message
  • From: Fritz Anderson <email@hidden>
  • Date: Sat, 22 Dec 2007 16:31:49 -0600

On 22 Dec 2007, at 2:16 PM, Hartwig Wiesmann wrote:

When debugging an application (it does not matter which application I debug) I get this error message when hitting a breakpoint:

Failed to load debugging library at:

/Developer/Applications/Xcode.app/Contents/PlugIns/ GDBMIDebugging.xcplugin/Contents/Resources/ PBGDBIntrospectionSupport.A.dylib

Custom data formatters are disabled.

Error message was:
0x4647a8 "2: Not an recognisable object file"

What is the problem and how do I get rid of this message?

1. What does this have to do with "Debugging Cocoa application unit tests on Leopard," the thread to which you replied?


2. What version of Xcode are you using? I assume it's 3.0.

3. I assume the file is corrupt. You might confirm it with

cd /Developer/Applications/Xcode.app/Contents/PlugIns/ GDBMIDebugging.xcplugin
file Contents/Resources/PBGDBIntrospectionSupport.A.dylib
otool -f Contents/Resources/PBGDBIntrospectionSupport.A.dylib
otool -T Contents/Resources/PBGDBIntrospectionSupport.A.dylib


... and seeing if you get errors. But even if those didn't report any errors, I'd still believe the file is corrupt.

Put /Developer into the trash, reinstall Xcode, and see if the problem clears up. Also, boot into single-user mode and do a fsck -y / .

	— F

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: XCode / Debugger error message
      • From: Michael Watson <email@hidden>
References: 
 >Re: Debugging Cocoa application unit tests on Leopard (From: Bill Garrison <email@hidden>)
 >XCode / Debugger error message (From: Hartwig Wiesmann <email@hidden>)

  • Prev by Date: XCode / Debugger error message
  • Next by Date: Default Default Configuration
  • Previous by thread: XCode / Debugger error message
  • Next by thread: Re: XCode / Debugger error message
  • Index(es):
    • Date
    • Thread