Clutch -i Killed in iOS 15.3.1
Opened this issue · 2 comments
levinl commented
jailbroke 15.3.1 by palera1n, not working
- iOS 版本:15.3.1
Log
iPhone:~ root# /usr/bin/Clutch -i
zsh: killed /usr/bin/Clutch -i
yakuv0 commented
resign with ldid
- create entitlement.plist
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>platform-application</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>com.apple.private.security.container-required</key>
<false/>
</dict>
</plist>
- resign
ldid -Sentitlement.plist /path/to/clutch
hax4dazy commented
Not to necro this issue but I also ran into this issue and what solved it for me is just rebuilding Clutch from source.