Re: Striped symbols?
Re: Striped symbols?
- Subject: Re: Striped symbols?
- From: Damien Bobillot <email@hidden>
- Date: Mon, 9 Jan 2006 13:56:16 +0100
Trygve Inda wrote :
In CW8.3 when I striped symbols, if my application crashed on a
customer's
machine (Nah, that never happens ;-) ), the crash log/report would
like the
functions that were called prior to the crash.
In Xcode both in Debug and Release variations, a crash log/report
only shows
numeric addresses and not function names. This won't be too useful
if a
customer has to send in a crash log.
What am I missing here? I wan minimal symbols so as to not aid in
reverse
engineering, but I need o be able to get useful crash reports
should the
need arise.
In target build settings, check :
Deployment > deployment postprocessing
Deployment > strip linked product
You may also strip the symbols manually with the "strip" command.
--
Damien Bobillot
_______________________________________________
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