Header files and Interface Builder
Header files and Interface Builder
- Subject: Header files and Interface Builder
- From: Seth Willits <email@hidden>
- Date: Sun, 16 May 2010 14:44:42 -0700
I have an Xcode project for an application with a project dependency to project which creates a framework. The framework has a public header file defining a class. In the application's project is a xib file with an object that is an instance of the class defined in the framework.
IB is not recognizing that this particular class is in the framework linked to by my application, so it gives me an error. The strange thing is, other objects in the xib which are instances of classes also defined in the framework are not giving me errors. To make a long story short, 5 minutes ago I was getting errors for every object, but after tweaking the Xcode project (NOT dragging headers into IB) I'm only getting the error for this one object.
So my questions are:
1) Does IB smartly look at the public headers of linked-to frameworks in the Xcode project?
2) Why would this one object be giving me an error?
--
Seth Willits
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden