• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
re: adding new group
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: adding new group
      • From: Markian Hlynka <email@hidden>
References: 
 >re: adding new group (From: Markian Hlynka <email@hidden>)

  • Prev by Date: Re: adding new group
  • Next by Date: Re: crashes after changing signatures of virtual functions / virtual inherited classes
  • Previous by thread: re: adding new group
  • Next by thread: Re: adding new group
  • Index(es):
    • Date
    • Thread