Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Icon Won't Change In iPhone Simulator

I had an old app icon in xcode that I had just attached to the program to see how it looked in the simulator. I made changes, deleted the images, and replaced them in Xcode. However, they are still the old ones in the simulator. I tried resetting it and everything. Does it keep a cache somewhere?

EDIT: Solved by cleaning project.

like image 931
JTApps Avatar asked Jan 13 '12 19:01

JTApps


People also ask

How do I put apps on my iPhone simulator?

Install Apps on SimulatorsGo to Apps > Install Application. Find and open the app you want to install from your Mac. The app appears in the list of installed apps on the right side of the iOS Gateway window.

How do I change my icons on the Onese app?

There's a hidden surprise in the iOS app that allows you to change the app's icon. To find it, scroll up until you see Today and keep scrolling up in a Journal project until the icons' screen shows up. From there, you can select any icon that's available to you. The more snippets you add, the more icons you'll unlock!

How do I delete apps from iPhone simulator?

You have 3d touch enabled, tap and hold "VERY" lightly (just feel the click, than maintain that force or less) on the app icon on the Simulator's home... Or in the System preferences, disable the "Force click and haptic feedback", than go back on the Simulator's home and keep clicked on app icon to delete it.


1 Answers

Have you tried cleaning?

From the Xcode "Product" menu, choose "Clean" or "Clean Build Folder" if you hold alt/option.

like image 146
samvermette Avatar answered Sep 30 '22 22:09

samvermette