While doing my tests under OSX I noticed that all my crash report in Logic showed the full names of my plug-in functions. I did a bit of research and I read that I should use the strip command with terminal.
I tried both strip -x and strip -x -S passing PlugIn.component/Contents/MacOS/PlugIn but nothing, I still can see them. What's the correct way of doing that? I'm using XCode 5
Also, while looking for the strip symbols stuff, I noticed a few threads about the size of mac plug-ins. What should I put (and where) in order to reduce the size of my plug-ins (for example, unused modules)?
Thanks in advance.