views:

63

answers:

1

Hello,

I have a strange and serious problem.

When I am working with core data (not saving or editing or anything) just accessing the data from entity.

Sometime strangely a few records or all records are missing(deleting) from the entity when my application restarts.

I checked them by opening the SQLite database.

Can anyone have the same problem ?

Thanks, Raghu

A: 

I am getting this issue also. After it builds, in the simulator directory, you will get a new application with a new guid and sqlite db with no records, so I just take the .sqlite db file from the previous guid and just overwrite the empty .sqlite db file. However, this is not a suitable solution (although it fixes it on the simulator) and it doesn't work when I am actually deploying to the phone.

If anyone has had similar issues, please post

Will