carlj / libFIOApi

libFIOApi is a simple utility library for the forecast.io API
MIT License
18 stars 5 forks source link

Library does not compile with Xcode 6. #2

Closed marcopapa closed 9 years ago

marcopapa commented 9 years ago

See the attached. The problem are the three variables _finished, _executing and _cancelled in ConcurrentOperation.m/.h:

screen shot 2015-02-03 at 10 06 23 am screen shot 2015-02-03 at 10 07 00 am

snapshots.

marcopapa commented 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:

screen shot 2015-02-03 at 10 51 32 am

carlj commented 9 years ago

fixed in commit b9f5a4b71b40a3dae4203ece5f4ecad87d99d750