I construct my iOS undertaking on Xcode15 and I acquired a warning:
The "backgroundImage" colour asset title resolves to the image "background" which already exists.
Strive renaming the asset.
My belongings embrace two colours: ‘background’ and ‘backgroundImage’. Xcode robotically generates the next code for:
background
/// The "background" asset catalog colour useful resource.
static let background = ColorResource(title: "background", bundle: resourceBundle)
Nevertheless, the backgroundImage colour is inflicting the warning talked about above.
I do know Xcode 15 can robotically create Swift symbols in your assets with none third get together.
I am having bother understanding why the ‘backgroundImage’ colour asset title is resolving to the image ‘background’ and suggesting that I rename it to ‘backgroundImage.’ Can anybody clarify the explanation for this?
Does anybody might you inform me the explanation?