Jump to content

Andie Ninja

Member
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Andie Ninja's Achievements

Apprentice

Apprentice (3/14)

  • Mega Dedicated
  • One Month Later
  • Super Dedicated
  • Reacting Well
  • Collaborator

Recent Badges

10

Reputation

  1. I have the same problem as you, what did you change to fix? @Wowowowww
  2. "Hi @Ted2, please help me, why do I always fail to compile and get the following error message, I'm using Theos on Ubuntu." > Making all for tweak @@PROJECTNAME@@… ===> Setting SYSROOT to /home/andi/theos/sdks/iPhoneOS11.2.sdk/... ===> Setting SYSROOT to /home/andi/theos/sdks/iPhoneOS11.2.sdk/... ===> Setting SYSROOT to /home/andi/theos/sdks/iPhoneOS11.2.sdk/... ==> Preprocessing Tweak.xm… ==> Compiling SCLAlertView/SCLAlertView.m (arm64)… While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:109:12: error: attributes may not be specified on a category @interface NSArray<ObjectType> (NSArrayDiffing) ^ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:196:12: error: attributes may not be specified on a category @interface NSMutableArray<ObjectType> (NSMutableArrayDiffing) ^ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:371:81: error: function does not return string type - (nullable instancetype)initWithUTF8String:(const char *)nullTerminatedCString NS_FORMAT_ARGUMENT(1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT' #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A))) ^ ~ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:372:52: error: function does not return NSString - (instancetype)initWithString:(NSString *)aString NS_FORMAT_ARGUMENT(1); ~~~~~~~~~~~~~~~~~~ ^ ~ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT' #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A))) ^ ~ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:387:53: error: function does not return NSString + (instancetype)stringWithString:(NSString *)string NS_FORMAT_ARGUMENT(1); ~~~~~~~~~~~~~~~~~ ^ ~ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT' #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A))) ^ ~ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:389:83: error: function does not return string type + (nullable instancetype)stringWithUTF8String:(const char *)nullTerminatedCString NS_FORMAT_ARGUMENT(1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT' #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A))) ^ ~ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:395:114: error: function does not return string type - (nullable instancetype)initWithCString:(const char *)nullTerminatedCString encoding:(NSStringEncoding)encoding NS_FORMAT_ARGUMENT(1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT' #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A))) ^ ~ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:97: error: function does not return string type + (nullable instancetype)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc NS_FORMAT_ARGUMENT(1); ~~~~~~~~~~~~~~ ^ ~ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT' #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A))) ^ ~ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:91:143: error: function does not return NSString - (NSAttributedString *)localizedAttributedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1) NS_REFINED_FOR_SWIFT API_AVAILABLE(macos(12.0), ios(15.0), watchos(8.0), tvos(15.0)); ~~~~~~~~~~~~~~ ^ ~ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT' #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A))) ^ ~ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:49: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:112:12: error: attributes may not be specified on a category @interface NSOrderedSet<ObjectType> (NSOrderedSetDiffing) ^ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:185:12: error: attributes may not be specified on a category @interface NSMutableOrderedSet<ObjectType> (NSMutableOrderedSetDiffing) ^ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:56: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMorphology.h:64:12: error: attributes may not be specified on a category @interface NSMorphology (NSCustomPronouns) ^ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:130: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:505:186: error: expected ')' - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (NS_SWIFT_SENDABLE ^) (NSData * _Nullable_result data, BOOL atEOF, NSError * _Nullable error))completionHandler; ^ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:505:159: note: to match this '(' - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (NS_SWIFT_SENDABLE ^) (NSData * _Nullable_result data, BOOL atEOF, NSError * _Nullable error))completionHandler; ^ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'Foundation' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:132: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:27:49: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (instancetype)initWithUUIDBytes:(const uuid_t _Nullable)bytes; ^ /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:30:30: error: nullability specifier '_Nonnull' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (void)getUUIDBytes:(uuid_t _Nonnull)uuid; ^ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: In file included from <module-includes>:1: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from SCLAlertView/SCLAlertView.h:10: While building module 'CoreImage' imported from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13: In file included from <module-includes>:1: In file included from /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9: /home/andi/theos/sdks/iPhoneOS16.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:19:9: fatal error: could not build module 'Foundation'
  3. Using iGameGod, but so far I've only managed to succeed with increased attack speed and fast walking.
  4. aspd and fast walking can be hacked
  5. What was changed in the offset? I tried to change the offset on CanSight and it worked, but it always gets disconnected in the middle of the game.
  6. yes I use trollstore, ok I'll try without trollstore problem solved, thanks rook
  7. https://imageshack.com/i/pmCOLucTp why can't my igg show all apps? can you help
×
  • 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