Hi All,
I am having a very basic problem after installing the new SDK. After not seeing log statements int he console in my current project, and then trying a bunch of things, I just decided to test in a new project.
I create a new project based on the iPhone list template. Then I just add the following line to the applicationDidFinishLoading function>
NSLog(@"TEST LOGGING");
Shouldn't this make the message show in the debug console after I build and go and the app starts?
What am I missing here?
Thanks all
I am having a very basic problem after installing the new SDK. After not seeing log statements int he console in my current project, and then trying a bunch of things, I just decided to test in a new project.
I create a new project based on the iPhone list template. Then I just add the following line to the applicationDidFinishLoading function>
NSLog(@"TEST LOGGING");
Shouldn't this make the message show in the debug console after I build and go and the app starts?
What am I missing here?
Thanks all