re: specifying paths for frameworks
re: specifying paths for frameworks
- Subject: re: specifying paths for frameworks
- From: George Warner <email@hidden>
- Date: Fri, 13 Aug 2004 09:49:59 -0700
On Thu, 12 Aug 2004 12:10:50 -0600, Denise Eatherly
<email@hidden> wrote:
> My XCode application project can't seem to find its frameworks for
> linking when I move all the projects to a different computer - with a
> different user name. If the user name and paths are identical, there
> is no problem. If I clean and build on the new host, XCode finds,
> cleans and builds the dependent frameworks, but still can't find them
> when it tries to compile the app. It shows all the framework header
> files correctly in the Groups and Files column, but claims they don't
> exist once the build starts. Any help would be hugely appreciated.
This should be a FAQ somewhere. I probably get a project from a developer
every other week that won't build on my system because it has absolute
references. The easiest way to find them is to "Show Package Contents" (in
the finder's contextual menu) on the project and then in that window open
the <project.pbxproj> file with a text editor. Search for "path" and look
for absolute references. In some cases it will be obvious enough for you to
just open the project Xcode and use the GUI to modify the identified
absolute path. But most of the time I just edit the <project.pbxproj> file
directly.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
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.