Re: Strip not working
Re: Strip not working
- Subject: Re: Strip not working
- From: Chris Espinosa <email@hidden>
- Date: Sun, 10 Dec 2006 09:30:12 -0800
On Dec 10, 2006, at 3:07 AM, Trygve Inda wrote: I have to add a Build Phase script:
#!/bin/bash strip "$TARGET_BUILD_DIR/$EXECUTABLE_PATH"
Because no matter what strip settings I use in XCode, they never work. Are they know to be broken? Separate Strip checkbox does nothing it seems.
You're going to have to be more specific about what you set, what happens in the build transcript, and what you get in your executable that makes you believe that the strip didn't work. Specifics would help. Also, how then can I make a Build Phase conditional on the Build Configuration so the strip script can be only in the Release build?
You do an if in the script on the $(CONFIGURATION) environment variable.
Chris |
_______________________________________________
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