alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X
http://alexbw.github.com/novocaine/
MIT License
2.23k stars 273 forks source link

Getting Novocaine to work with OSX and xcode 5 #75

Closed neox38 closed 8 years ago

neox38 commented 10 years ago

Ok so when I just add the Novocaine folder with all the library files and I build it gives me automatic reference counting errors. What build settings should I be using?

neox38 commented 10 years ago

screen shot 2014-02-26 at 4 26 17 pm

alexbw commented 10 years ago

Is this still an issue?

SamBallantyne commented 10 years ago

Hey - Yes, this is still very much an issue!

screen shot 2014-04-30 at 1 26 02 pm

ndonald2 commented 10 years ago

Dispatch primitives are now memory-managed under ARC, so their properties should be strong and there is no need to use dispatch_release and the like.

notlion commented 10 years ago

+1 I have this issue as well. It would be nice to enable ARC.

alexbw commented 8 years ago

No longer current