re: Project references
re: Project references
- Subject: re: Project references
- From: George Warner <email@hidden>
- Date: Mon, 28 Jun 2004 08:01:05 -0700
On Sat, 26 Jun 2004 18:33:58 -0700, David Dunham <email@hidden> wrote:
> So I'm trying to bring my code with me to WWDC, but since I have to
> copy an Xcode project to my PowerBook, none of the paths are the
> same. And I can't seem to figure out how to fix them.
I've found that the quickest way to fix these is to just open the project's
package (in the Finder) and edit the <project.pbxproj> file with any text
editor (I usually use BBEdit). Search for "path =". You can also look for "
refType = 0;" (this means an absolute reference) If it's not a system or
framework reference you can change the path to project relative and the
refType to 4 (Project relative).
--
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.