Jump to content

Johnkittz

Senior Member
  • Posts

    1,481
  • Joined

  • Last visited

Everything posted by Johnkittz

  1. Could you help Almight Shmoo?
  2. I get these errors now: Making all for tweak FruitSplash... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Compiling /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m... /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:64:1: error: @synthesize of 'weak' property is only allowed in ARC or GC mode @implementation SCLAlertView ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:47:47: note: property declared here @property (nonatomic, weak) UIViewController *rootViewController; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:64:1: error: @synthesize of 'weak' property is only allowed in ARC or GC mode @implementation SCLAlertView ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:48:61: note: property declared here @property (nonatomic, weak) id<UIGestureRecognizerDelegate> restoreInteractivePopGestureDelegate; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1639:1: error: @synthesize of 'weak' property is only allowed in ARC or GC mode @implementation SCLALertViewTextFieldBuilder ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:488:51: note: property declared here @property(weak, nonatomic, readonly) SCLTextView *textField; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1642:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1642:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1644:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTitle = title; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1645:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1673:1: error: @synthesize of 'weak' property is only allowed in ARC or GC mode @implementation SCLALertViewButtonBuilder ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:498:49: note: property declared here @property(weak, nonatomic, readonly) SCLButton *button; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1673:1: error: @synthesize of 'weak' property is only allowed in ARC or GC mode @implementation SCLALertViewButtonBuilder ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1656:31: note: property declared here @property(weak, nonatomic) id parameterTarget; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1676:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1676:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1678:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTitle = title; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1679:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1686:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1686:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1688:13: error: use of undeclared identifier 'weakSelf' weakSelf.parameterTarget = target; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1689:20: error: use of undeclared identifier 'weakSelf' return weakSelf; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1696:23: error: a parameter list without types is only allowed in a function definition __weak typeof(self) weakSelf = self; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m:1696:28: error: expected ';' at end of declaration __weak typeof(self) weakSelf = self; ^ ; fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[2]: *** [obj//var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.m.7031c4ef.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [FruitSplash.all.tweak.variables] Error 2
  3. I got the SCL headers from here:https://github.com/dogo/SCLAlertView I have the 8.1 SDK
  4. Thanks I didn't even know I could save the errors So here's the errors I've been getting: Making all for tweak FruitSplash... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... In file included from Tweak.xm:1: In file included from /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:14: /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLButton.h:74:1: error: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Werror,-Wobjc-property-no-attribute] @property id target; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLButton.h:74:1: error: default property attribute 'assign' not appropriate for non-GC object [-Werror,-Wobjc-property-no-attribute] /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLButton.h:94:1: error: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Werror,-Wobjc-property-no-attribute] @property (nonatomic) SCLTimerDisplay *timer; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLButton.h:94:1: error: default property attribute 'assign' not appropriate for non-GC object [-Werror,-Wobjc-property-no-attribute] In file included from Tweak.xm:1: /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:108:1: error: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Werror,-Wobjc-property-no-attribute] @property UILabel *labelTitle; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:108:1: error: default property attribute 'assign' not appropriate for non-GC object [-Werror,-Wobjc-property-no-attribute] /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:114:1: error: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Werror,-Wobjc-property-no-attribute] @property UITextView *viewText; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:114:1: error: default property attribute 'assign' not appropriate for non-GC object [-Werror,-Wobjc-property-no-attribute] /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:120:1: error: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Werror,-Wobjc-property-no-attribute] @property UIActivityIndicatorView *activityIndicatorView; ^ /var/mobile/fruitsplash/theos/include/SCLAlertView/SCLAlertView.h:120:1: error: default property attribute 'assign' not appropriate for non-GC object [-Werror,-Wobjc-property-no-attribute] 10 errors generated. make[2]: *** [obj/Tweak.xm.3df904c2.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [FruitSplash.all.tweak.variables] Error 2
  5. One sec I can take a screenshot
  6. I'm having problems implementing a SCLAlert to my tweak I seen DiDA explaining what to do but when I tried that I get errors from the .h I downloaded from GitHub Can somebody help me?
  7. I'll try this game.....team lava makes it hard to hack since it does refresh the values but if I could find a way to disable the refresh it would be fine till you closed the app
  8. The coins will usually subtract but when you hit 0 coins you can still buy them I know this because I have a massive patch for this on my phone I made
  9. A lot of....personal problems came up
  10. Hmmm....does this have any kind of strings? I can try to hack it as long as it's not sub_x due to not being able to use GDB
  11. Hey guys I would love a that 70's show profile and signature of the character Eric Foreman from the show The style has be set in the 70's
  12. So after all this time I'm thinking about coming back to be a cheater for iOSGods like I was before I've been thinking about this for awhile now I miss the community here the loving replies and thanks I've learned so much more since I've been away so I have a lot more to offer to IG I'm actually very excited about coming back after so long away
  13. Thanks so much for taking the time to write all that I really appreciate it
  14. Hey guys I wanna hook either springboard or settings for a UIAlert after a respring since the game crashes when I add one So does anybody know how I would do this? And what method it would be for a pop up that only happens ONCE
  15. Thank you castix Is there suppose to be 2 D's ? Also where does this go? Makefile? Poinst?
  16. No option it just installs the hack and then you press done no respring
  17. I already have that it doesn't force a respring when installed via ifile
  18. Springboard question is answered but the ifile respring no
  19. So you guys I've been trying to figure out how to make my tweak force a respring when installed through ifile if it's even possible My second issue is finding a way to hook springboard for a uialert
×
  • 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