• 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
About Build-phases and code stripping
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

About Build-phases and code stripping


  • Subject: About Build-phases and code stripping
  • From: Antonio Ferraioli <email@hidden>
  • Date: Thu, 28 Apr 2005 12:36:14 +0200

Hello,
I'm working with XCode 2.0 
I need to modify a program executable at the end of the building of a program
I'd like to append some data at the end of the generated executable after the code stripping 

actually I tried to add a Run Script phase as the last  building phase of the  target 
but this script is executed before the strip of the executable 

so when the strip command is executed I get an error, because (I suppose) it finds the executable
altered in a format incompatible with the strip command. 

the error I get is the following:

Strip /Users/scriba/Documents/Informatica/Progetti/OnSync/build/OnSync.app/Contents/MacOS/OnSync
    cd /Users/scriba/Documents/Informatica/Progetti/OnSync
    /usr/bin/strip /Users/scriba/Documents/Informatica/Progetti/OnSync/build/OnSync.app/Contents/MacOS/OnSync
/usr/bin/strip: the __LINKEDIT segment does not cover the end of the file (can't be processed) in: /Users/scriba/Documents/Informatica/Progetti/OnSync/build/OnSync.app/Contents/MacOS/OnSync



is it possible to add a build phase
after all other building activities ?


sincerely
antonio




 _______________________________________________
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

  • Prev by Date: Re: Buildstyles Propogating to sub projects in XCode 1.5 ?
  • Next by Date: Re: Better diff tool?
  • Previous by thread: Re: XCode 2 availability
  • Next by thread: Rez -> SysError 0?
  • Index(es):
    • Date
    • Thread