Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Missing #import "ObjectiveSugar.h" #76

Open
ruipacheco opened this issue Feb 26, 2014 · 4 comments
Open

Missing #import "ObjectiveSugar.h" #76

ruipacheco opened this issue Feb 26, 2014 · 4 comments
Assignees
Milestone

Comments

@ruipacheco
Copy link

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".

@supermarin supermarin self-assigned this Feb 26, 2014
@conradwt
Copy link

conradwt commented Mar 2, 2014

@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:

http://cocoapods.org

@stephencelis stephencelis added this to the 2.0 milestone Mar 27, 2014
@stephencelis
Copy link
Collaborator

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.

@supermarin
Copy link
Owner

@stephencelis +1

@supermarin
Copy link
Owner

Can't get rid in 1.x as probably people are using OS without knowing it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants