• 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: Xcode not copying modified files to Resources folder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode not copying modified files to Resources folder


  • Subject: Re: Xcode not copying modified files to Resources folder
  • From: Jonas Maebe <email@hidden>
  • Date: Sat, 21 Feb 2009 00:07:06 +0100


On 20 Feb 2009, at 23:58, Joar Wingfors wrote:

On Feb 20, 2009, at 2:51 PM, Andrew Pontious wrote:

Your best bet at the moment is to use a shell script phase instead of a copy phase.

It might be easier to have the shell script simply touch the top level folder, and leave the copy phase. The folder would in this case always be copied, but that's typically fast, and at least you'd always end up with up to date contents.

Note that shell script phases are not ordered relative other phases in the same target, regardless of in which position you put them (at least not relative to compiling and linking, I'm not sure about "Copy Files"). So if you go this route, it might be safest to put the shell script phase in a separate target and to then make your main target dependent on this other target.



Jonas _______________________________________________ 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
References: 
 >Xcode not copying modified files to Resources folder (From: Sir Rattykins <email@hidden>)
 >Re: Xcode not copying modified files to Resources folder (From: Andrew Pontious <email@hidden>)
 >Re: Xcode not copying modified files to Resources folder (From: Joar Wingfors <email@hidden>)

  • Prev by Date: Re: Xcode not copying modified files to Resources folder
  • Next by Date: Returning long long values
  • Previous by thread: Re: Xcode not copying modified files to Resources folder
  • Next by thread: Re: Xcode not copying modified files to Resources folder
  • Index(es):
    • Date
    • Thread