You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
Checked out the project and copied the files to my project. Tried to build the whole thing but got an error on NSManagedObject+ActiveRecord.m: "'ObjectiveSugar.h' file not found".
The text was updated successfully, but these errors were encountered:
@ruipacheco You'll need to include the ObjectiveSugar framework which you find at the following location:
https://github.com/supermarin/ObjectiveSugar
However, I would recommend using CocoaPods for installing frameworks and/or libraries which have am associated pod because it does the dependency management for you. For example, if you were using CocoaPods to install ObjectiveRecord, it would have detected that ObjectiveSugar was a dependency which would have invoke a download and installation of ObjectiveSugar as well. For more information about CocoaPods, you can go to the following location:
Adding this to the 2.0 milestone for consideration. We don't rely on ObjectiveSugar too many places, so maybe it's worth considering getting rid of the dependency.
Checked out the project and copied the files to my project. Tried to build the whole thing but got an error on NSManagedObject+ActiveRecord.m: "'ObjectiveSugar.h' file not found".
The text was updated successfully, but these errors were encountered: