1

I try to run my iPhone app on the device, which has iOS 4.2.1 installed on it. I get the following error in xcode and the app crashes out after that.

GDB:Data formatters temporarily unavailable, will re-try after a 'continue'.

Here is a screenshot of that.

enter image description here

Meghan
  • 1,004
  • 1
  • 15
  • 34
  • @Kevin Ballard : I dont understand what exactly leads to this error. So, it would be great if you can suggest a solution. – Meghan Feb 08 '11 at 05:02

1 Answers1

0

This basically occurs due to memory issues.Try running your app with instruments.

Swastik
  • 2,415
  • 2
  • 31
  • 61