-
Notifications
You must be signed in to change notification settings - Fork 136
Home
Alban Diquet edited this page Aug 21, 2013
·
8 revisions
See the instructions here.
I compiled the tweak using XCode 4.5, installed it on an iOS 5.x device and it doesn't seem to be working.
If you check the logs, this is what you should see:
dyld: F_ADDFILESIGS failed for /Library/MobileSubstrate/DynamicLibraries/SSLKillSwitch.dylib with errno=22
The simplest solution is to use the package within the Download section of the project; it works with iOS 5.x.
If you absolutely want to recompile the tweak, you're going to have install the iOS 5.1 SDK and compile the tweak to iOS 5.1.
- Instructions on how to get the iOS 5.1 SDK in XCode 4.5 are here :http://stackoverflow.com/questions/12523888/how-can-i-add-older-version-of-ios-sdk-in-xcode-4-5
- Then, add
TARGET = iphone:5.1
at the beginning of the makefile.