Release build (solved)

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Release build (solved)

by Steve Gehrman-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks like COPY_PHASE_STRIP was the problem.

Is this flag needed?  It's been in my config file for years.

-steve



_______________________________________________
launchd-dev mailing list
launchd-dev@...
http://lists.macosforge.org/mailman/listinfo.cgi/launchd-dev

Parent Message unknown Re: Release build (solved)

by Karl Moskowski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 28-Aug-09, at 6:24 PM, Steve Gehrman wrote:

> Looks like COPY_PHASE_STRIP was the problem.
>
> Is this flag needed?  It's been in my config file for years.

I had a similar problem a few months back, where codesign for an  
embedded tool didn't work in the Release config. I filed a Radar, and  
Apple engineering's reply was to change the following build settings  
in the Release config:
- uncheck the "Strip Debug Symbols During Copy" for the Release  
configuration (to prevent changing the binary after it has been code  
signed);
- make sure the "Strip Linked Product" and "Deployment Postprocessing"  
is checked for the Release configuration.

----
Karl Moskowski <kolpanic@...>
Voodoo Ergonomics Inc. <http://voodooergonomics.com/>



_______________________________________________
launchd-dev mailing list
launchd-dev@...
http://lists.macosforge.org/mailman/listinfo.cgi/launchd-dev