After Switching to Xcode 7, App Size Grew from 9 Mb to 60 Mb, Is There a Fix

Default Xcode Game Template has wrong view size

This behaviour is due to missing Launch Screen or Launch Images which leads to a screen with 320x480 size. The solution is to include a launch images or launch screen in project and setting them in the project->target->general tab.

Xcode 7 Archive size large

The problem is that you turned on BitCode:

Sample Image

Bitcode is big. But that's what it takes if you want the advantages that it offers.

So the irony is that with bitcode, your app can be much smaller when downloaded directly to a user's device (because it can be thinned, optimized for that device), but it has to be much bigger when uploaded to the App Store.



Related Topics



Leave a reply



Submit