Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add icon 57x57 in XCode 5

Tags:

I am working with Xcode 5 and created 3 icons

  • iphone-58.png
  • iPhone-80.png
  • iphone-120.png

When I created my projected I dragged and dropped these three icons into image.xcassets. see screenshot.

Now when I compile my project I get this error that 57x57 & 57x57@2x icons are missing. How do I add them? I don't see any spot in AppIcon section. What did I miss?

enter image description here

enter image description here

like image 797
Sam B Avatar asked Sep 20 '13 02:09

Sam B


People also ask

How do I add icons to Xcode?

Create an App Icon SetIn the Project navigator, select an asset catalog. Click the Add button (+) at the bottom of the outline view. In the pop-up menu, choose a platform, and select [OS] App Icon. Xcode creates a new app icon set with the name AppIcon .

How do I put an app icon?

Open the Applications screen. Tap and hold the application icon you want to add to your Home screen. The Applications screen will close so that you can place the icon on the Home screen. Lift your finger to place it or drag the icon to where you want it on the screen, then lift your finger.

Where can I find iOS icons?

It's pretty easy to navigate to the iOS icon options. Click Icons on the top left navigation and then iOS Icons in the drop-down menu. You can simply browse or filter your results with options on the left like style, categories, or trends and drill down further within each filter.


2 Answers

You can choose the icon sets that are required. enter image description here

Notice on the right side there are options for the appicon sets. Choose whichever one you want to put.

like image 189
Nareshkumar Avatar answered Oct 23 '22 10:10

Nareshkumar


Use Below steps

1 - Go to Project Navigator
2 - chose (click on) Images.xcassets File
3 - Click on APPIcon( Left Top Corner)
4 - Go to Attributes Inspector
5 - Chose what you want.

enter image description here

Simple.

Thanks DamithH

like image 26
damithH Avatar answered Oct 23 '22 10:10

damithH