I\'m trying to get theos working on OSX Mavericks. I recently purchased an iPhone 5s and have since then jailbroken it. Now I am trying to get Theos working so I can start w
If you're using iOS 7, you have to hook the correct method: try -(void)launchFromLocation:(int)location.
-(void)launchFromLocation:(int)location
Because it uses a parameter, your code should look like this:
-(void)launchFromLocation:(int)location { // your stuff %orig(location); }