• 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
Not including header files in embedded frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Not including header files in embedded frameworks


  • Subject: Not including header files in embedded frameworks
  • From: David Dunham <email@hidden>
  • Date: Sat, 8 Jul 2006 09:19:52 -0700

Not having found a way to prevent a framework's headers from being copied to my application, I added a Run Script phase to delete them:

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

which actually does remove all the Headers, but then reports an error:

find: /Users/david/software/Raven/build/Debug/My.app/Contents/ Frameworks/Sparkle.framework/Versions/A/Headers: No such file or directory

I wonder if it's removing this directory twice, thanks to the symbolic link? Is there a better way to handle this?

David Dunham     A Sharp, LLC
Voice/Fax: 206 783 7404     http://a-sharp.com
Efficiency is intelligent laziness.

_______________________________________________
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: Not including header files in embedded frameworks
      • From: "Justin C. Walker" <email@hidden>
    • Re: Not including header files in embedded frameworks
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Re: Beginning XCode
  • Next by Date: Re: Not including header files in embedded frameworks
  • Previous by thread: Re: gdb says: internal-error...
  • Next by thread: Re: Not including header files in embedded frameworks
  • Index(es):
    • Date
    • Thread