Trying to compile MobileSubstrate addon - Undefined symbol
- by eWolf
Hi!
I went through this tutorial to create a MobileSubstrate addon. I could compile the example hook without errors.
But as soon as I add
#import <SpringBoard/SBAwayController.h>
in ExampleHookProtocol.h and
SBAwayController *awayController = [SBAwayController sharedAwayController];
in ExampleHookLibrary.mm (as the first line of the…