I noticed that running strip -S -x (remove all debug and all local symbols) on the binaries in my app's 'Frameworks' folder makes them ~25% smaller, even when I have enabled stripping of debug symbols in my build settings.Īlso note that this makes the Swift support libraries smaller as well, and it appears that there's no build setting to strip those.