This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I've tried the proposed solutions for similar questions on SO but with no luck. The fetch request can't locate the entity name 'GarmentType'. Here is my data model: enter image description here [https://i.stack.imgur.com/vdiwQ.jpg] The error is thrown at the executeFetchRequest in this helper category: // // GarmentType+Create.m // Dressy // [...] read more
I have an appDelegate that init an instance of a class called LocationService. I just want to pass to this instance by init a method that this class will run. I got this exception: 2011-08-16 20:38:15.233 WalklogAnywhere[8258:307] -[LocationService setBackgroundActionMethod:]: unrecognized selector sent to instance 0x17a740 2011-08-16 20:38:15.249 WalklogAnywhere[8258:307] *** Terminating [...] read more