Swift App Size Bundles
Alrighty, so this is looking better, but still not great:
10,138,624 bytes
(approx10 MB
). This of course is missing some of the frameworks that I was using above, like Swift support for AV Foundation, but seeing aslibswiftCore
is the primary culprit of the size, I think it’s safe to say that budgeting for15 MB
for Swift support should be sufficient.[…]
I should also note that the App Store does compress your bundle as well. At the end, it’s really hard to know exactly how big your app bundle is going to be without actually publishing it up to the store.
Which is too bad because then you can’t be sure whether your app fits under the 100 MB limit for cellular downloads.