Reputation: 507
I draged all kinds of icons. After that I can see them in small windows in "General - App Icons" but when I run a simulator and go to Home Screen, my app icon is not displayed. What is wrong?
Upvotes: 0
Views: 1233
Reputation: 1069
For XCode 8 I had this same problem. I had created multiple targets and in doing so had unknowingly removed all targets from membership of Assets.xcassets.
To fix it for me, I selected Assets.xcassets in the project view and then reselected all the targets that I wanted to apply my icon sets to.
Upvotes: 1
Reputation: 4605
Click "Clean" in Xcode. Then remove app from simulator. Then run app.
Upvotes: 1
Reputation: 206
restart your simulator. Make sure you have proper icon for device type / resolution you are trying to simulate.
Upvotes: 1