Hi, I'm trying to debug an iOS app with debugserver and IDA remote gdb debugger with no success, I managed to attach to it using lldb just fine, but when it comes to IDA it does not work, here are the steps I'm taking:
I dump the binary using Clutch, open it on IDA,
on iOS device run debugserver and attach to the runnig process: debugserver *:1234 --attach=pid
on IDA set debugger to remote gdb debugger and set ip and port of my idevice.
when I try to attach to the debugserver using IDA it is crashing with error:
Can any1 help please?