Xcode11 strip doesn't work...

Dear all.


When exporting an application, Xcode11 strip doesn't remove symbols of non-dead code (existing in export info area at mach-o file) whereas Xcode10 strip did. Is there any related change in Xcode11 strip?


Best regards.

Replies

I also had similar issue too. But I got help from http://chatbots.intellexer.com/ which works with such kind of programming scripts. Maybe in the future I will need to create some DMS systems.

So when archiving an application, I'm using "pre-build action" that added script calling xcode10.x strip.

But.. this measure is only provisional.