XCode Crash - OData SDK
Hi,
I have an iPad application that uses OData Web Services to communicate with an SQL database. After adding a larger table (about 50 Fields) to the Web Service and generating the implementation files with the ODataGen tool, Xcode is crashing out with the following error:
incorrect checksum for freed object - object was probably modified after being freed.
The crash occurs pretty much as soon as I open XCode, however if I generate the files without this table it works fine.
Are there some sort of size restrictions on implementation files within XCode, or is there anything else that could cause this?
Cheers.
|