Also, when you have 32 bit and 64 bit code, you have to have 32 bit and 64 bit versions of the framework both in memory and on the disk.
This is especially problematic with iOS devices that don’t have swap.
(and Apple shipped a gig of high-def screenshot and other garbage it cares so much about having frameworks on disk)
And it’s not just about disks it’s about memory.
Also, when you have 32 bit and 64 bit code, you have to have 32 bit and 64 bit versions of the framework both in memory and on the disk.
This is especially problematic with iOS devices that don’t have swap.