I´m new into OS develop and i try to run an app but got an error
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_MMPDeepSleepPreventer", referenced from:
objc-class-ref in vista.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This is the line of the problem
self.timer = [[MMPDeepSleepPreventer alloc] init];
I trying to run this example
http://blog.marcopeluso.com/2009/08/23/how-to-prevent-iphone-from-deep-sleeping/