For a framework, once you strip debug symbols, then what else is there left for you to strip? Why is there another flag for STRIP_SWIFT_SYMBOLS? Does STRIP_SWIFT_SYMBOLS only strip non-external symbols?
Like if a framework has non-external, then they're not needed for the main app binary. So you can strip them. Does STRIP_SWIFT_SYMBOLS affect the stripping of such non-debug non-external symbols?
Like it will strip anything that's marked with internal, private in your Swift module?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: