description
When the service contains field names which are "saved words" in objective c (e.g. return, default), the odatagen generates those as is in one of the class functions, causing to build errors.
This should be changed on the XSLT so the field names will be m_return, m_default, etc.
Please refer to line 308 in objc_implemintation.h.