I created core data app successfully.
But for the first time when i'm running in simulator or on device its crashing with following error:
When I run the app again in simulator or on device, its running well. What might be the problem.
But for the first time when i'm running in simulator or on device its crashing with following error:
Code:
2010-03-18 10:55:41.785 CrData[1605:4603] Unresolved error Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x50448d0 "Operation could not be completed. (Cocoa error 513.)", {
NSUnderlyingException = Error validating url for store;
}
When I run the app again in simulator or on device, its running well. What might be the problem.