Some iOS app may use ptrace to prevent from debugging. Using this tweak can bypass such checking.
JB required
- Find the method which call
ptraceusingdebugserverandlldbby set a breakpoint onptrace - replace the address of that method in
Tweak.x - change the ip address of you iOS device in
Makefile - make & make package & make install