私は OS 開発に不慣れで、アプリを実行しようとしましたが、エラーが発生しました
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)
これが問題の行です
self.timer = [[MMPDeepSleepPreventer alloc] init];
この例を実行しようとしています
http://blog.marcopeluso.com/2009/08/23/how-to-prevent-iphone-from-deep-sleeping/