Describe the bug
When I attempt to install packages, I get the following console output and the tweak will not be installed:
Downloading Packages.
Downloading XXX
Installing Packages...
Importing local packages.
Finished importing local packages.
Done!
To Reproduce
Steps to reproduce the behavior:
For me, I just need to try to install any new package, for example:
Expected behavior
The tweak should be installed
Screenshots
Here is a screenshot of the console output: https://imgur.com/a/MtNZ049
Device Information (please complete the following information):
Crash Log or System Log
N/A
Additional context
This has been happening ever since I installed Zebra a few betas ago and I haven't been able to fix it
Does this just happen to you for every beta of Zebra? Are there any additional steps that can always reproduce this issue? @Muirey03
@PoomSmart Just downgraded it to 1.0~beta2 to test, and yes this bug still happens. As for the additional steps, I don't know. This happens for me every time I try to install anything.
@Muirey03 Can you try compiling Zebra from this repository and test?
@PoomSmart I would, as there's other features and stuff that I'd like to play around with, but I do all my development on windows so can't build xcode projects :(
This happens to me as well, exact same output. It's been happening for weeks now. Reinstalling Zebra or re-jailbreaking (with reboot) does not fix it.
I can try compiling Zebra and testing it.

Edit: Isn't this the same as #96 ?
Following info is on
masterbranch
After building it myself, I can install packages just fine... all I changed was the signing team + vundle identifier (not in control file) so xCode would let me sign it.
After installing the release build, I see "Clear Image Cache" and "Clear Keychain", so I definitely have the latest version (not sure why I didn't see it in debug build). It still installs the packages as it should.
I tested it with NoBlur from your repo.

Following on
v1.0-beta11tag
It's not a beta11 issue, as when I build beta 11 I can still install/remove packages (yes, this issue is not just with installing, but also reinstalling & removing).

@wstyres @PoomSmart I have worked out exactly why this issue is happening, prepare for my long and complicated explanation:
com.apple.UIKit in the bundle filter, and another with xyz.willy.Zebra in the bundle filter (the two tweak I used to test were "Clean Tab" and "TweakReviewsDB", but there are probably others causing this issue)The best and most universal fix is this: Move supersling out of Zebra's bundle. Cydo is also not located in Cydia's bundle for presumably this same reason. Nothing should ever be injected into supersling, and certainly not tweaks like TweakReviewsDB intended for Zebra so moving it outside of the bundle makes perfect sense.
If you have any queries or want me to test anything for you, hit me up.
I’m not able to reproduce this with TweakReviewsDB and Clean Tab installed. Does uninstalling either one fix the issue for you / are you sure both of these are the culprit?
Going to uninstall TweakReviewsDB and report back
nvm just forgot Im not jailbroken and can't be rejailbroken until i get a pc because ignition/jailbreak.fun isn't working for me (popup won't show)
@Amplespencer don't worry about it. Wilson was able to reproduce this issue on his unc0ver device so a fix should be coming soon.
ok, I just really hope Letmeblock didn't break or something because I don't
get popups from signing services after I restored rootfs :/
On Wed, May 29, 2019 at 2:51 PM Tommy Muir notifications@github.com wrote:
@Amplespencer https://github.com/Amplespencer don't worry about it.
Wilson was able to reproduce this issue on his unc0ver device so a fix
should be coming soon.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/wstyres/Zebra/issues/120?email_source=notifications&email_token=AG7C3GJKTWXHMAOEHXOB323PX3GETA5CNFSM4HPUB4OKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWQJUZA#issuecomment-497064548,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AG7C3GLHDLBNXQAR6XMTOODPX3GETANCNFSM4HPUB4OA
.
Should be fixed as of 02882d4
Most helpful comment
@wstyres @PoomSmart I have worked out exactly why this issue is happening, prepare for my long and complicated explanation:
com.apple.UIKitin the bundle filter, and another withxyz.willy.Zebrain the bundle filter (the two tweak I used to test were "Clean Tab" and "TweakReviewsDB", but there are probably others causing this issue)The best and most universal fix is this: Move supersling out of Zebra's bundle. Cydo is also not located in Cydia's bundle for presumably this same reason. Nothing should ever be injected into supersling, and certainly not tweaks like TweakReviewsDB intended for Zebra so moving it outside of the bundle makes perfect sense.
If you have any queries or want me to test anything for you, hit me up.