| perldiver ( @ 2009-06-18 13:39:00 |
| Entry tags: | iphone, iphone.debugging, iphone.dev |
iPhone: Missing symbols ; no view appears in multi-view app
Two bits of iPhone development info info that I just wasted substantial time banging my head on and want to promulgate so that others don't need to waste the time:
1) If you are writing a multi-view application where you are managing the views manually, your ViewController's "self.view" is nil until you assign something. This means that your screen will be blank on launch. If you're seeing this problem, just assign one of your views at the top of your ViewController's "-(void) loadView" method.
2) If you look in the console and see the following messages (or ones like them): "warning: Unable to read symbols for "/System/Library/Frameworks/OpenGLES.fra