iOSOpenDev
iOSOpenDev copied to clipboard
Cast of an Objective-C pointer to 'char *' is disallowed with ARC
Build fails with error /opt/iOSOpenDev/include/substrate.h:168:41: Cast of an Objective-C pointer to 'char *' is disallowed with ARC coming from this line void *pointer(ivar == NULL ? NULL : reinterpret_cast<char *>(self) + ivar_getOffset(ivar));
i followed this solution to skip the error : http://stackoverflow.com/questions/10452109/using-reinterpret-cast-with-arc-enabled
and this error originally came from MsHookIvar, now when i use MsHookIvar it crashes the app/springboard, is there any quick fix for this ?
@i0sa this is #15 rearing it's head again. Just replace substrate.h with the one provided there.