openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
457 stars 127 forks source link

Strip isn't performed even after adding STRIP_INSTALLED_PRODUCT to additionalParameters #396

Closed strawlink closed 2 years ago

strawlink commented 6 years ago

This causes the final IPA to be a lot bigger compared to regular XCode builds (~111MB vs ~93MB), and investigating the app using nm shows that the symbols are included.

Performing the strip command manually is possible as a workaround, but is a bit of a hassle.

(Version 0.15.2)