attach-and-detach icon indicating copy to clipboard operation
attach-and-detach copied to clipboard

Cannot attach on iOS 11.4b3

Open EliyahuStern opened this issue 6 years ago • 2 comments

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.

EliyahuStern avatar Aug 14 '18 14:08 EliyahuStern

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?

EliyahuStern avatar Aug 14 '18 20:08 EliyahuStern

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??

adm1n007 avatar Nov 04 '20 02:11 adm1n007