attach-and-detach
attach-and-detach copied to clipboard
Cannot attach on iOS 11.4b3
When compiling and running attach
on iOS 11.4b3, IOServiceOpen fails (returns -536870206).
Assertion failed: (!IOServiceOpen(service, mach_task_self(), 0, &connect)), function main, file attach.c, line 27.
An update on the error code: it is 0xE00002C2 which means this is an error in system sys_iokit
, subSystem sub_iokit_common
and error code kIOReturnBadArgument
. Any idea what could be the bad argument?
When compiling and running
attach
on iOS 11.4b3, IOServiceOpen fails (returns -536870206).Assertion failed: (!IOServiceOpen(service, mach_task_self(), 0, &connect)), function main, file attach.c, line 27.
same here. did u find out a way to fix it??