Quote:
Originally Posted by smithdale87
Capitalization problems...
|
Thank you. Fixing dataWithContentsOfFile got rid of that warning.
Quote:
|
Originally Posted by smithdale87
and it should be NSXMLParser
|
Where should I change this?
I tried changing each of the three instances of "xmlparser" to "NSXMLParser" in the first bad line, individually and in combination, and the error did not change.
If I change "xmlParser" to "NSXMLParser" in the second bad line, the error changes to the warning:
Code:
.../iPhone Apps/XML/Classes/XMLAppDelegate.m:28: warning: 'NSXMLParser' may not respond to '+setDelegate:'
Thanks again for the advice.