failed to use single size app icon only when archived

After Xcode14, we can use single size app icon to reduce image resource. When I tried to change single size app icon, build is completely ok. However archive is failed with mysterious error message.

CoreData: error:  API Misuse: Attempt to serialize store access on non-owning coordinator (PSC = 0x600002bb02a0, store PSC = 0x0)
*** Terminating app due to uncaught exception 'IBPlatformToolFailureException', reason: 'The tool closed the connection (AssetCatalogSimulatorAgent)

Last command:
_ON_QUEUE_sendMessage:toChannelReturningError:during:

I did several test and realized when we use some of ipad-specific icon in asset catalog, archive failed. Is there any way to solve this issue? I really want to use single size app icon but I need to keep ipad-specific assets.

failed to use single size app icon only when archived
 
 
Q