views:

47

answers:

1

Warning: Cannot insert breakpoint 2. Error accessing memory address 0x96ba5efe: Unknown error: -1. Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)

Can anyone help me out with this?

It is giving me this error every time I debug on the device but never on the simulator. I've read up about it as much as I could and found this. It seems to be a similar issue.

http://stackoverflow.com/questions/1670672/trouble-using-third-party-framework-in-xcode-3-2

I am using 2 external libraries, the tapKu library and the Klazuka Kal library. They both run perfectly in the simulator but I keep having to click continue when debugging on the device.

A: 

Go to XCode and open the breakpoint window (MacKey+Alt+B I think). Check if there are any strange breakpoints set. Maybe there is a symbolic breakpoint set that doesn't exist.

dkk
I was looking at the breakpoints and it is showing a breakpoint on a file that doesnt actually exist in my project. It used to but I deleted it some time ago, and even then I don't think I set a breakpoint on that file.
Conor Higgins
Sorry I just found something else there it was a breakpoint set at location: libSystem.B.dylib. I removed that and I am not getting any of the interruptions. I'm confused as to how it got there though.. Anyone able to offer suggestions?
Conor Higgins
If you copied the project with the user configuration you might as well get the breakpoints...I think
dkk

related questions