objective c - iPhone Dev: error: cannot find protocol declaration for 'NSXMLParserDelegate' -


i've got xcode project know works, when try build on different machine, error:

error: cannot find protocol declaration 'nsxmlparserdelegate'

along 90 other random syntax errors. wonder if has build configuration? because can't think else would've changed.

appreciate input, thanks!


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -