CoreUI dealloc: _CUIInternalLinkRendition, Assets.car

Is a memory issue in CoreUI related to the assets in my app?

When inspecting a crash with Firebase Crashlytics, I noticed the following line in the Keys section:

CoreUI: deallocating \_CUIInternalLinkRendition 7113 /private/var/containers/Bundle/Application/1E06D0B4-30EA-41CA-998C-D8E86AA94100/.app/Assets.car

This indicates that a memory issue in CoreUI could be related to the assets in my app.

No, the memory issue in CoreUI is not directly related to the assets in your app. The line you mentioned indicates that CoreUI is deallocating a specific internal link rendition from the Assets.car file in your app’s container. This does not imply that the memory issue is caused by the assets themselves.