I have designed a new icon for my app/Tahoe in Icon Composer (launched from within Xcode)but I simply cannot get it to show up. The documentation for Icon Composer spends a lot of time describing how to design the icons but goes distressingly vague/silent on how one might use it. It suggests that I should drag the file to Xcode and it will guide me as to where to put it.
The app continues to use the old (pre-Tahoe) icon.
I don't get any change of behaviour and I don't know what to name the file. I assume that there are no other settings that I have to change. I can't find anything on the web or in Apple's documentation: maybe I'm missing something obvious!
My app is a working NSDocument-based Cocoa project.
Any suggestions please.
Tahoe 26.0.1, Xcode 26.0.1, Apple M1 Max MBP.
I created a new one, with the default name and inserted it at the top level of my project. I was then able to import the icon file that I called IconFile.
After you create an App Icon using Icon Composer, drag it to the project navigator in your Xcode project. You don't add it to your Asset catalog.
To resolve your issue, follow these steps:
- Follow the steps in Creating your app icon using Icon Composer to create an app icon.
- Drag the app icon into the project navigator in your Xcode project.
- In the Build Settings pane, set Primary App Icon Set Name
(ASSETCATALOG_COMPILER_APPICON_NAME)to the name of your app icon with no file extension.