I wrote an iPhone application using basic data. When I run the application in the simulator, it crashes with the following error:
2010-02-12 17: 24: 22.359 CrData [46122: 4503] Unresolved error Domain error = NSCocoaErrorDomain Code = 513 UserInfo = 0x3f484e0 "Operation could not be completed. (Cocoa error 513.)", {NSUnderlyingException = URL validation error addresses for storage; }
Next time it works well. Again, if I delete the application and run the application, it will work again. Can someone tell me how to solve this problem.
source
share