Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup instructions should mention CoreData Framework needs to be added to project #13

Open
mikecleach opened this issue May 2, 2013 · 0 comments

Comments

@mikecleach
Copy link

On building my project I got this error:
Undefined symbols for architecture i386:
"OBJC_CLASS$_NSAttributeDescription", referenced from:
objc-class-ref in HVCoreDataHandler.o
"OBJC_CLASS$_NSEntityDescription", referenced from:
objc-class-ref in HVCoreDataHandler.o
"OBJC_CLASS$_NSFetchRequest", referenced from:
objc-class-ref in HVCoreDataHandler.o
"OBJC_CLASS$_NSRelationshipDescription", referenced from:
objc-class-ref in HVCoreDataHandler.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

A stack overflow post pointed out that it's because CoreData framework needs to be added. This should probably be mentioned in the installation notes.

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

No branches or pull requests

1 participant