Jump to content

Akifaydn

Member
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

190 profile views

Akifaydn's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated
  • Collaborator
  • Conversation Starter
  • First Post
  • Week One Done

Recent Badges

0

Reputation

4

Community Answers

  1. sorry i forgot but if the problem still persists i can help
  2. To solve this error, I replaced the substrate.h file https://iosgods.com/topic/13392-updated-substrateh-arc-compatible/ with the file in this link
  3. /opt/theos/include/substrate.h:138:41: error: cast of an Objective-C pointer to 'char *' is disallowed with ARC void *pointer(ivar == NULL ? NULL : reinterpret_cast<char *>(self) + ivar_getOffset(ivar)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[3]: *** [/opt/theos/makefiles/instance/rules.mk:289: /var/root/cops/.theos/obj/armv7/Tweak.xm.261150b8.o] Error 1 rm /var/root/cops/.theos/obj/armv7/Tweak.xm.mm make[2]: *** [/opt/theos/makefiles/instance/library.mk:52: /var/root/cops/.theos/obj/armv7/cops.dylib] Error 2 make[1]: *** [/opt/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2 make: *** [/opt/theos/makefiles/master/rules.mk:119: cops.all.tweak.variables] Error 2
  4. /KittyMemory/MemoryPatch.hpp:9:10: fatal error: 'vector' file not found #include <vector> ^~~~~~~~ 1 error generated. make[3]: *** [/opt/theos/makefiles/instance/rules.mk:219: /var/root/cops/.theos/obj/arm64/Menu.mm.bda38629.o] Error 1 make[3]: *** Waiting for unfinished jobs.... ==> Compiling KittyMemory/KittyArm64.cpp (arm64)… In file included from KittyMemory/KittyArm64.cpp:1: KittyMemory/KittyArm64.hpp:3:10: fatal error: 'cstdio' file not found #include <cstdio> ^~~~~~~~ 1 error generated. make[3]: *** [/opt/theos/makefiles/instance/rules.mk:255: /var/root/cops/.theos/obj/arm64/KittyMemory/KittyArm64.cpp.bda38629.o] Error 1 rm /var/root/cops/.theos/obj/arm64/Tweak.xm.mm make[2]: *** [/opt/theos/makefiles/instance/library.mk:52: /var/root/cops/.theos/obj/arm64/cops.dylib] Error 2 make[1]: *** [/opt/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2 make: *** [/opt/theos/makefiles/master/rules.mk:119: cops.all.tweak.variables] Error 2
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines