Jeff
Jeff

Reputation: 1403

Got stuck with an error. Application exits with following error message in console

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

This error is seen only when running application in iPhone/iPad device and not on simulator. Any help?Thanks in advance..

Upvotes: 1

Views: 337

Answers (1)

jv42
jv42

Reputation: 8593

For that kind of errors, I have only the reboot/cleanup suggestion:

  • remove the application from the device
  • reboot the device
  • clean the project
  • close Xcode
  • reopen Xcode
  • rebuild
  • redeploy

Upvotes: 1

Related Questions