|
|
|
|
|
by saagarjha
2782 days ago
|
|
> unless it's attached to the debugger Bingo. You need the get-task-allow entitlement (which Xcode will automatically inject in your debug builds, but will not allow you to submit to the App Store with), and have had ptrace called on you–either through the debugger, or if you ptrace yourself with PTRACE_TRACEME. |
|