Coming from Android and Linux and understanding little or no about Xcode, I’ve added an iOS mission as a module to a Kotlin Multiplatform mission by copying and modifying an instance from the JetBrains Compose Multiplatform repository. In actual fact it was iosApp from examples/interop/ios-compose-in-uikit.
This straightforward iOS mission was presumably not created with an Xcode wizard and it incorporates no default asset catalog.
How do I create and add an app icon for the ensuing iOS app?
Naively making a listing referred to as Property.xcassets and including a file referred to as AppIcon.png to it, doesn’t work.
The instructions in Apple’s documentation and this latest weblog assume that the default asset catalog already exists.
The accepted reply to an overlapping query says to ‘Add Asset catalog to framework goal as normal through New File… > Sources’. This leaves out too many steps for me to observe, as both it assumes an excessive amount of familiarity with Xcode, or the Xcode interface has modified since 2020.