"error: Cocoa/Cocoa.h: No such file or directory"
Reported by Sija | December 17th, 2008 @ 03:08 PM
I've got this error after compiling project, the answer is here: http://forum.insanelymac.com/ind...
Comments and changes to this ticket
-
matthias.luebken (at gmail) February 9th, 2009 @ 09:42 PM
I can confirm this error. I've checked out the source with a "git clone". And in the created header files I'll get the error in ARBaseArrayInterface.h Line 36 when I try to compile my IPhone sample project.
The fix is easy. Just delete the line:
import <Cocoa/Cocoa.h>
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
ActiveRecord is an insanely easy to use database framework written in objective-c It's obviously "inspired" by (copying) the infamous ActiveRecord that comes with Rails(http://rubyonrails.org) But it tries to be more versatile when it comes to working with multiple connections.