Hello,
The device is Jailborken iPhone 7 , ios 12.1.1 .
I'm trying to create a .deb file from a Flex patch (that i created),
this is the flex patch that i want make .deb (link)
When i do make package like in 28:11 in the video, i got error:
[1;31m> [1;3;39mMaking all for tweak PlayerGRAdsRemove… [m
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Projects/playergradsremove/.theos/obj/debug/arm64/PlayerGRAdsRemove.dylib] Killed: 9
make[2]: *** Waiting for unfinished jobs....
[0;31m==> [1;39mPreprocessing Tweak.x… [m
Experimental shift on scalar is now forbidden at /private/var/theos/vendor/logos/bin/lib/Logos/Group.pm line 107, near "$args;"
Experimental shift on scalar is now forbidden at /private/var/theos/vendor/logos/bin/lib/Logos/Group.pm line 108, near "$args;"
Compilation failed in require at (eval 10) line 1.
BEGIN failed--compilation aborted at (eval 10) line 1.
at /var/theos/bin/logos.pl line 22.
BEGIN failed--compilation aborted at /var/theos/bin/logos.pl line 22.
make[3]: *** [/var/theos/makefiles/instance/rules.mk:256: /var/mobile/Projects/playergradsremove/.theos/obj/debug/armv7/Tweak.x.m] Error 255
rm /var/mobile/Projects/playergradsremove/.theos/obj/debug/armv7/Tweak.x.m
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Projects/playergradsremove/.theos/obj/debug/armv7/PlayerGRAdsRemove.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:111: PlayerGRAdsRemove.all.tweak.variables] Error 2
The Flex Function:
This is my Tewak.x code:
%hook ALVideoPlayer
-(id)mediaSource {
return NULL;
}
%end
this is my control file code:
Package: com.yoelb00.playergradsremove
Name: PlayerGRAdsRemove
Depends: mobilesubstrate
Version: 1.2
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: yoelb00
Author: yoelb00
Section: Tweaks
my Theos i install from Theos Installer teawk the version is 0.1.3
thank you so much for helping!
i hope i wrote all the information you need.