Jump to content

Akifaydn

Member
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Akifaydn

  1. sorry i forgot but if the problem still persists i can help
  2. I solved this error using 11.4 sdk
  3. 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
  4. thank you but i solved it using initializer_list
  5. /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
  6. /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
  7. i solved
  8. Tweak.xm:47:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]]; ^~~~~~~ openURL:options:completionHandler: /opt/theos/sdks/iPhoneOS14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ Tweak.xm:51:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]]; ^~~~~~~ openURL:options:completionHandler: /opt/theos/sdks/iPhoneOS14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ Tweak.xm:60:40: error: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication].keyWindow.rootViewController presentViewController:igcredits animated:true completion:nil]; ^ /opt/theos/sdks/iPhoneOS14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:134:51: note: 'keyWindow' has been explicitly marked deprecated here @property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)); ^ 3 errors generated. make[3]: *** [/opt/theos/makefiles/instance/rules.mk:289: /var/root/bloody/.theos/obj/arm64/Tweak.xm.1695da38.o] Error 1 ==> Compiling Tweak.xm (armv7)… Tweak.xm:47:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]]; ^~~~~~~ openURL:options:completionHandler: /opt/theos/sdks/iPhoneOS14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ Tweak.xm:51:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]]; ^~~~~~~ openURL:options:completionHandler: /opt/theos/sdks/iPhoneOS14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS(""); ^ 2 errors generated. make[3]: *** [/opt/theos/makefiles/instance/rules.mk:289: /var/root/bloody/.theos/obj/armv7/Tweak.xm.d09d5195.o] Error 1 make[2]: *** [/opt/theos/makefiles/instance/library.mk:52: /var/root/bloody/.theos/obj/arm64/bloody.dylib] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/opt/theos/makefiles/instance/library.mk:52: /var/root/bloody/.theos/obj/armv7/bloody.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: bloody.all.tweak.variables] Error 2
  9. @Rookhelp pls
  10. 3 errors generated. make[3]: *** [/opt/theos/makefiles/instance/rules.mk:289: /var/root/car/.theos/obj/arm64/Tweak.xm.5078f0e5.o] Error 1 rm /var/root/car/.theos/obj/arm64/Tweak.xm.mm make[2]: *** [/opt/theos/makefiles/instance/library.mk:52: /var/root/car/.theos/obj/armv7/car.dylib] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/opt/theos/makefiles/instance/library.mk:52: /var/root/car/.theos/obj/arm64/car.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: car.all.tweak.variables] Error 2 I use iOSGods Tweak Patcher v3.0
×
  • 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