When I added a Today Extension my app suddenly gained a lot of weight... so I did a rapid checkup to see where that fat is coming from. It look like the .apex is 13MB, the 'Assets.car' file is the even bigger than the one in my main app (+8MB). The thing is, I use only 1 image in the assets catalog I have in my extension.
I checked within Xcode, my main app assets catalog is not toggled to be copied with the extension, but it sounds like it is in fact.
Is it normal? Do you know what to do in order to reduce the final .apex size?
Thanks!