Re: Xcode losing a framework's headers
Re: Xcode losing a framework's headers
- Subject: Re: Xcode losing a framework's headers
- From: Pete Yandell <email@hidden>
- Date: Fri, 16 Jan 2004 21:10:50 +1100
Nope, definitely no absolute paths. I can do the build in different
places in my filesystem, and the framework we're using is copied out of
a disk image to start with anyway.
On 16/01/2004, at 7:15 PM, Jens Miltner wrote:
Am 16.01.2004 um 05:53 schrieb Pete Yandell:
I've got a framework that I've built that works just fine on my
machine but, when it's added to a project on another person's
machine, builds fail. Expanding the framework in Xcode shows the
Headers folder in red as though Xcode can't find it.
Has anybody seen behaviour like this before? I'm completely stumped
as to why this would happen.
What we've tried so far:
- Checking the framework in the Finder on both machines show that
everything is where it should be and all the internal aliases in the
framework are correct.
- Creating a new empty project and adding the framework doesn't make
any difference. It works just fine on my machine but dies on the
other one.
- Adding an older version of the framework built with Project Builder
to the Xcode projects works just fine on both machines.
Did you check the header file's path specifics? Maybe it's an absolute
path, so on your machine the header can be found, but if it points to
some non-standard directory structure (read: directory structure not
provided by the system) , it won't be found on other machines...
Or maybe it's project relativ, but the framework is actually installed
outside the project directory, so it depends on where your project is
located?
</jum>
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.