1

I am new in iPhone technology. I am run my application on device, but I get this error :-

Data Formatters temporarily unavailable, will re-try after a 'continue'. (Unknown error loading shared library "/Developer/usr/lib/libXcodeDebuggerSupport.dylib")

on console.

So please provide me proper solution of this error. or how to solve the memory problem in iPhone.

kennytm
  • 510,854
  • 105
  • 1,084
  • 1,005
jaydev
  • 1,629
  • 5
  • 17
  • 31
  • I would reinstall XCode to be honest. – Nick Weaver Apr 27 '11 at 07:45
  • 1
    possible duplicate of [Data Formatters temporarily unavailable](http://stackoverflow.com/questions/2573477/data-formatters-temporarily-unavailable) – Anurag Apr 27 '11 at 07:49
  • i have reinstall the xcode in mac but i get same problem when i run the application in iphone – jaydev Apr 27 '11 at 08:33
  • Hey did you updated your system to new OS ? Even I faced the same issue after installing Xcode4 & between that uprgrading to beta version. – Ajay Sharma Jun 27 '11 at 09:38

1 Answers1

0

Mostly this error is due to memory leaks or due to the leaks of the autorelease pools inside your application make sure that you are releasing them properly.

if you want a more detailed error message then in that case i would say that connect your device and select window->organiser->select your device name-> and check the device log or console tab for any errors.

Also remember the apple docs are your best friend when it comes to memory related issues

Radix
  • 3,639
  • 3
  • 31
  • 47