hello guys im here to show you how to fix theos on ios 9 that it got broken and it cant be used for some reasons!
you need to have the latest perl from coolstar's public repo!
You need all the tools from (apt.openios.org) like (cctools, clang, clanglib and llvm...ect)
But please you need to copy (not cut) the new perl from /usr/local/bin/perl to /usr/bin directory so you can code sign it and theos can use it
now you need to get a terminal to sign some binaries in usr/bin
To sign binaries you need
ldid -S binName
Run these commands one by one:
su
root pass (alpine in default)
cd /usr/bin
ldid -S clang
ldid -S clang++
ldid -S perl
ldid -S git
ldid -S ld
ldid -S stripwhen you done it, you are good to go with ios 9 Development!
Credits: Endou Mamoru