Tricertops / Objective-Chain

Object-oriented reactive framework, inspired by ReactiveCocoa
MIT License
236 stars 19 forks source link

Compilation error #3

Closed maximkhatskevich closed 9 years ago

maximkhatskevich commented 10 years ago

When I added your code into my project and tryed to build - I got that error: screen shot 2014-08-14 at 20 37 09

Tricertops commented 10 years ago

What Deployment Target do you have? ARC for GCD was introduced later.

More detail:

If your app is built with a deployment target of OS X v10.8 and later or iOS v6.0 and later, dispatch queues are typically managed by ARC, so you do not need to retain or release the dispatch queues.

Tricertops commented 10 years ago

Did you figure this out?

maximkhatskevich commented 10 years ago

Not yet. Sorry, I'm too way busy at work now, so I do not have time for anything else. I'll check that later in September and let you know. Thanks!