I'm getting this now it shows error with red text: g-eazy:/var/mobile/testo root# make package install
Making all for tweak testo...
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...
Tweak.xm:10:1012: error: 'UIAlertView' is deprecated:
first deprecated in iOS 9.0
[-Werror,-Wdeprecated-declarations]
...SEL, UIAlertView *, NSInteger);
^
/var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:
'UIAlertView' has been explicitly marked
deprecated here
@interface UIAlertView : UIView
^
Tweak.xm:54:1: error: 'UIAlertView' is deprecated:
first deprecated in iOS 9.0
[-Werror,-Wdeprecated-declarations]
UIAlertView *igcredits = [[uIAlertView alloc...
^
/var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:
'UIAlertView' has been explicitly marked
deprecated here
@interface UIAlertView : UIView
^
Tweak.xm:54:28: error: 'UIAlertView' is deprecated:
first deprecated in iOS 9.0
[-Werror,-Wdeprecated-declarations]
UIAlertView *igcredits = [[uIAlertView alloc...
^
/var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:
'UIAlertView' has been explicitly marked
deprecated here
@interface UIAlertView : UIView
^
Tweak.xm:65:131: error: 'UIAlertView' is deprecated:
first deprecated in iOS 9.0
[-Werror,-Wdeprecated-declarations]
...self, SEL _cmd, UIAlertView * alertView, NSIn...
^
/var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:
'UIAlertView' has been explicitly marked
deprecated here
@interface UIAlertView : UIView
^
Tweak.xm:76:1416: error: 'UIAlertView' is deprecated:
first deprecated in iOS 9.0
[-Werror,-Wdeprecated-declarations]
...1; memcpy(_typeEncoding + i, @@encode(UIAlertV...
^
/var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:
'UIAlertView' has been explicitly marked
deprecated here
@interface UIAlertView : UIView
^
Tweak.xm:76:1447: error: 'UIAlertView' is deprecated:
first deprecated in iOS 9.0
[-Werror,-Wdeprecated-declarations]
...@@encode(UIAlertView *), strlen(@@encode(UIAler...
^
/var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:
'UIAlertView' has been explicitly marked
deprecated here
@interface UIAlertView : UIView
^
Tweak.xm:76:1485: error: 'UIAlertView' is deprecated:
first deprecated in iOS 9.0
[-Werror,-Wdeprecated-declarations]
...*))); i += strlen(@@encode(UIAlertView *)); me...
^
/var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:
'UIAlertView' has been explicitly marked
deprecated here
@interface UIAlertView : UIView
^
7 errors generated.
make[2]: *** [obj/Tweak.xm.766a5e90.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [testo.all.tweak.variables] Error 2
g-eazy:/var/mobile/testo root#