Tuesday, 23 May 2023

Problem with unity.h with ted2 mod menu

Got this error and I have no idea how to fix it so hoping someone had this similar issue but with a solution Compiling Tweak.xm (arm64)… In file included from Tweak.xm:2: /var/mobile/ant/unity.h:7:10: error: redefinition of 'getRealOffset' uint64_t getRealOffset(uint64_t offset){ ^ /var/mobile/ant/Macros.h:33:10: note: previous definition is here uint64_t getRealOffset(uint64_t offset){ ^ In file included from Tweak.xm:2: /var/mobile/ant/unity.h:8:19: error: arithmetic on a pointer to the function type 'intptr_t (uint32_t)' (aka 'long (unsigned int)') return ASLR_BIAS + offset; ~~~~~~~~~ ^ /var/mobile/ant/unity.h:225:65: error: expected expression void *unkptr0 = *(void **)(ASLR_BIAS + /*SECOND LOCATION HERE*/); ^ 3 errors generated. make[3]: *** [/theos/makefiles/instance/rules.mk:289: /var/mobile/ant/.theos/obj/arm64/Tweak.xm.ab3b5956.o] Error 1 make[2]: *** [/theos/makefiles/instance/library.mk:52: /var/mobile/ant/.theos/obj/arm64/ant.dylib] Error 2 make[1]: *** [/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2 make: *** [/theos/makefiles/master/rules.mk:119: ant.all.tweak.variables] Error 2

from iOSGods RSS Feed https://ift.tt/A6r9BMp

No comments:

Post a Comment