RequestQueue icon indicating copy to clipboard operation
RequestQueue copied to clipboard

xcode 6 warnings

Open mohan-agadkar opened this issue 11 years ago • 1 comments

Nick, we are getting warnings if run on xcode 6. For @property (nonatomic, getter = isExecuting) BOOL executing; @property (nonatomic, getter = isFinished) BOOL finished; @property (nonatomic, getter = isCancelled) BOOL cancelled;

Warning: Auto property synthesis will not synthesize property 'executing' because it is 'readwrite' but it will be synthesized 'readonly' via another property

mohan-agadkar avatar Sep 22 '14 08:09 mohan-agadkar

I see it too. It is also crashing all of a sudden now: [RQOperation setExecuting:]: unrecognized selector sent to instance ... Not sure why crashes just kicked in given the warnings appeared back in Sep. Anyway, fixed locally here by simply changing the names of these internal variables.

kbirch avatar Apr 13 '15 02:04 kbirch