I tried to fetch the records which are stored in the core data, and I logged the fetch objects with NSLog and they are as below.
<NSManagedObject: 0x4e31920> (entity: MyEntity; id: 0x4e30a80 <x-coredata://01F71B1D-B468-4FCC-B083-8254F375ADE5/MyEntity/p1> ; data: <fault>)
What is the meaning of "data: <fault>" ?
Is the data corrupted ?
Thanks
No. Data is not corrupted. Take a look here for a complete description of what is happening:
Core-Data: NSLog output Does Not Show "Fields"