Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios7 can't run on device :invalid hex digit 59 error?

Tags:

xcode

ios7

I am trying to run on the device my app, after having the ios7 beta version . I see the default screen on the iPhone , than i get this error :

Reply contains invalid hex digit 59The program being debugged is not being run.

than some text about GDB free license , and this :

gdb stack trace around reply contains invalid hex digit:

I couldnt find anything about this error .

like image 772
Curnelious Avatar asked Jul 13 '13 09:07

Curnelious


1 Answers

Go to product> edit scheme , change there to LLDB . that solved it for me .

like image 168
Curnelious Avatar answered Sep 27 '22 19:09

Curnelious