re: adding new group
re: adding new group
- Subject: re: adding new group
- From: James Bucanek <email@hidden>
- Date: Thu, 3 Aug 2006 17:38:22 -0700
Markian Hlynka wrote on Thursday, August 3, 2006:
>I suppose I should add that the path in the info window, in addition
>to being bright red, has lots of '../../' in it.
Xcode will automatically generate parent directory references when you ask it to make a reference to a source file that is not contained in the folder the reference is relative to.
Examples:
- Adding a project relative reference to an item that is not contained in your project folder (such as a framework).
- Adding an enclosing folder relative reference when the enclosing folder is someplace else. The enclosing folder could be deep in your project structure, in which case items elsewhere in the project might be outside of it. Worse, is having an enclosing folder that is outside the project folder. Then references to items inside your project will be outside of the enclosing folder!
You need to check the reference types and locations for all of your enclosing source groups.
When projects get really messed up, I often suggest deleting all of the source references in the project and adding them in again. This usually fixed up most source item reference problems.
James Bucanek
____________________________________________________________________
Author of Beginning Xcode ISBN: 047175479X
<http://www.beginningxcode.com/>
_______________________________________________
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