When I'm validating my app I get this error:
the application bundle does not contain an icon in ICNS format, containing both a 512x512 and a 512x512@2x image.
I use to make the icns icons with Img2icns app and until today it always worked…
I'm trying to make an iconset for an application, but keep on getting an error when I make it: Hexchat.iconset:error: Failed to generate ICNS.
I tried both exporting .png files individually from Illustrator, as well as using a script. Current script…
I use iconutil command-line tool to convert iconset folders to icns files:
iconutil -c icns /path/to/my.iconset
I run it in Xcode as a build phase.
I get my.icns file, but when I try to open it, I get an error message from the Preview app:
The…
I'm trying to create a retina ready version of my application's icon. The application targets 10.5+. I'm using Uli Kusterer's oldiconutil to post process the .icns file I make from a .iconset using iconutil on 10.8. The problem is that if I include…
I've been trying to use iconutil to generate .icns icons from the .png images inside the folder "folderthumb.iconset", with the following command:
iconutil -c icns folderthumb.iconset
Everything goes well when the source png have alpha…
I have several Mac apps already created using another tool that I need to create Apple images for. They were created as PNG files without an alpha channel and stored in a folder.
I attempted to do the following command:
iconutil -c icons…
I have XCode 4.2 and need to submit a Mac app to App Store. I've tried all kinds of suggested methods to get the multi-resolution icons in there, so you don't need to inform me on that.
The remaining method is to use iconutil. I've searched in…
I have an Automator Quick Action script that converts PNG to ICNS, keeping both the original file name and its original position. However, if used inside an iCloud folder or a folder with a space in its name, the script won't…
I have created a directory with the icon set extension and put some png file there. After typing the below commands I have been unable to generating icon files.
$ mkdir myicon.iconset
$ iconutil -c icns myicon.iconset
$ Failed to generate ICNS.
I am trying to use iconutil to generate icns file from iconset directory. If the icon set directory contains the required file in png format, it works. If it contains the required files in jpg format, I get
/private/tmp/MyIcon.iconset:warning: No…
I have an .iconset which can be found here. Building a binary with Xcode results in an icon that looks like
Generating a .icns file directly using iconutil results in the same thing. Everything but the full resolution asset look weirdly chopped up…