简体   繁体   中英

Data Formatters temporarily unavailable, will re-try after a 'continue'

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM