drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

error: -fobjc-arc is not supported on platforms using the legacy runtime #202

Closed gatofepe closed 9 years ago

gatofepe commented 9 years ago

I try to use Ensembles in my Mac Osx project, but when I build the project I receive the error: -fobjc-arc is not supported on platforms using the legacy runtime. I use Xcode 4.3 and OSX 10.8.4. Any suggestions?

drewmccormack commented 9 years ago

Ensembles does require ARC. Sorry I didn't see this issue.