Edited
Oct 12, 2025 4:12 PM
Tags
pwnioskernelinsaneprogramming
Jailbreak iPhone
I am using iPhone 7 Plus with iOS 14.1
There are various methods to jailbreak, so I won’t cover that.
Once jailbroken, ensure you have Cydia and install Fileza.
Install Theos
Follow installation steps: https://theos.dev/docs/installation-macos
Install SDKS
Clone this repo, and then copy the SDK’s you need to ~/theos/sdks/
Install AppSync
Use this repo, not the official AppSync because it is outdated and no longer works: https://github.com/charlie-mtz/AppSync/tree/113.0
Set export ONLY_ARM64=1 to build for iOS 14.1
then proceed as normal:
export THEOS_DEVICE_IP=<iPhone IP>
export THEOS_DEVICE_PORT=22
make package GO_EASY_ON_ME=1
make install
Unfortunately, appinst doesn’t build because of a missing library, but we don’t need it as long as we have Fileza (installed from Cydia).
