I get 10 errors. I already looked up on the forum but nothing helps. I already did what they suggested but doesn't work.
My 10 errors
Compiling Tweak.xm...
In file included from Tweak.xm:8:
In file included from /var/mobile/test/theos/include/SCLAlertView/SCLAlertView.h:14:
/var/mobile/test/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/test/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/test/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/test/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:8:
/var/mobile/test/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/test/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/test/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/test/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/test/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 *activityIn...
^
/var/mobile/test/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.7fffb991.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [test.all.tweak.variables] Error 2
Yes:/var/mobile/test root#
I have 8.1 sdk. And latest headers I guess from github. Please help.