Assets duplicating on Xcode 26.1 Beta 3

I've recently installed 26.1 Beta 3 alongside stable 26.0.1

When building my app with 26.0.1 the final .ipa size is ~17mb, however after building my app with 26.1 Beta 3 the size has increased up to ~22mb

The main difference is Assets.car blowing from 1.1mb to 5.6mb (or 8.6mb if I include all icons settings). Upon examining I've found new liquid glass .icon file duplicating itself multiple times as png variants (any, dark, tinted, etc).

Is anyone else experiencing this issue?

Thanks for the post. This is very interesting. Do you have the same issue with Xcode 26.1 beta 2 or just started happening on Xcode 26.1 beta 3? Any chance you have both projects zip we can diff to see the issue?

Thanks,

Albert Pascual
  Worldwide Developer Relations.

@DTS Engineer sorry for a long reply

Reply form doesn't allow me to attach zips/folders, is this expected?

Here's an example project on github: https://github.com/SubvertDev/app-icon-bug

The setup is pretty basic, I've just added my .icon file to the project and deleted empty AppIcon from assets

To reproduce the bug you can just archive this project on 26.0.1 and 26.1 Beta (I've tested it only on Beta 3 and RC, maybe that bug occurred before, idk)

26.0.1 xcarchive size: 1.8mb
26.1 xcarchive size: 4.2mb

The main difference is Assets.car size (429KB vs 2.9MB)

Here's a screenshot of Assets.car inner images difference (26.0.1 on the left and 26.1 RC on the right)

This behavior is still present after 26.1 release and on 26.2 Beta 1

Assets duplicating on Xcode 26.1 Beta 3
 
 
Q