We all got Theos problems. Many of us have encountered bugs, problems on theos. But if you got this problem encountered:
to fix it:
Downgrade your DarwinCC Tools and LD64 And INSTALL "How to Make Fix" (Repo: http://coolstar.org/publicrepo/ )
Darwin CC Tools: https://www.dropbox....ls_855.deb?dl=0
LD64: https://www.dropbox...._224.1.deb?dl=0
Then After it you need to sign Binaries using your Terminal
you need to sign this binaries:
clang
clang++
perl
git
ld
strip
lipo
if your wondering how to sign the binaries, its:
ldid -S binarynameFollow this:su
alpine (or your password)
cd /usr/bin
ldid -S clang
ldid -S clang++
ldid -S perl
ldid -S git
ldid -S ld
ldid -S strip
ldid -S lipoWhere I got this:
http://iosgods.com/topic/20470-make-package-error/#entry688947(I got the DarwinCC and LD64)
http://iosgods.com/topic/18581-how-to-get-theos-working-on-ios-9-32-bit-only/(Binary Signing)
@Dannyyy (for the photo [Oh hey dude, I forgot to ask you])