Change Icon of Target in XCode

ios, xcode

Solution

Did you add `icon.png` to the root folder of your project? I think that would do it.

Problem

I noticed yesterday that my targets suddenly had icons (not the default A icon). However, I can't figure out what setting it was that changed it and it has now changed back to default. I changed all of the icon settings in the Info.plist, to no avail.

Original source