Closed marcopapa closed 9 years ago
Adding these gets rid of the 'undeclared identifier' errors:
@synthesize finished = _finished; @synthesize executing = _executing; @synthesize cancelled = _cancelled;
I still get some warning int eh .H file:
fixed in commit b9f5a4b71b40a3dae4203ece5f4ecad87d99d750
See the attached. The problem are the three variables _finished, _executing and _cancelled in ConcurrentOperation.m/.h:
snapshots.