• 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: Copy Files Build Phase for Spotlight copies other files too?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copy Files Build Phase for Spotlight copies other files too?


  • Subject: Re: Copy Files Build Phase for Spotlight copies other files too?
  • From: David Dunham <email@hidden>
  • Date: Tue, 24 Oct 2006 15:17:47 -0700


On 24 Oct 2006, at 13:20, Keith Blount wrote:

I am using a Copy Files build phase to copy my spotlight MDI into my application bundle, as I found recommended in the Xcode-users list archives. The way I have it set up is as follows:

Destination: Resources
Path: ../Library/Spotlight
Copy only when installing: OFF

Mine is to Wrapper, Contents/Library/Spotlight.

The problem, however, is that whenever I create or import class files in my project, the .h file always gets placed inside this copy files build phase automatically.

I don't think I've seen this as such, but I have had problem with headers ending up in my build. I ended up just adding a script phase to get rid of them:


find $TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH -name Headers -exec rm -rf {} \; -prune

David Dunham       Development Manager
+1 206 926 5722      GameHouse Studios


_______________________________________________ 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: 
 >Copy Files Build Phase for Spotlight copies other files too? (From: Keith Blount <email@hidden>)

  • Prev by Date: Copy Files Build Phase for Spotlight copies other files too?
  • Next by Date: Re: Re: Xcode 2.4, "Timed out fetching data"
  • Previous by thread: Copy Files Build Phase for Spotlight copies other files too?
  • Next by thread: Project build locations not sticking across users
  • Index(es):
    • Date
    • Thread