I wrote iPhone application using core data. When I run application in simulator, its crashing with following error:
2010-02-12 17:24:22.359 CrData[46122:4503] Unresolved error Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x3f484e0 "Operation could not be completed. (Cocoa error 513.)", { NSUnderlyingException = Error validating url for store; }
Next time on wards its running well. Again if I delete the application and run the application, its crashing again. Can some one tell me how to solve this problem.