Re: IB references from static library
Re: IB references from static library
- Subject: Re: IB references from static library
- From: Quincey Morris <email@hidden>
- Date: Mon, 3 Nov 2008 12:54:47 -0800
On Nov 3, 2008, at 10:53, Kevin Cathey wrote:
Explain again the behavior that you're seeing in IB?
I have a main project A in folder Projects/A, and a static library
project in folder Projects/B.
The static library project has some custom view classes with outlets.
Their .m and .h files are in Projects/B/BBB Files.
The XIB file that uses these custom views is in the main project (in
Projects/A/AAA Files/English.lproj).
Project A has a custom header search path "$(SRCROOT)/../B" that is
set to recursive (so that I didn't have to list all of the subfolders
of B individually).
Now, when I open the XIB file in IB, it shows an alert icon at the
bottom of the XIB file window, and the associated error message says
that the outlets of the custom classes are no longer available.
So, it might be that IB doesn't use the custom header search path, or
perhaps it's something else. I believe I did try telling it to read
the header file explicitly (File | Read Class Files) but the error
message didn't go away.
_______________________________________________
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