samxli
samxli

Reputation: 1596

iPhone app icon showing up as blank after a project rename

I'm working on an app using the 4.2 iOS SDK and recently changed the name of the project to something else. It compiles and runs fine, but now the icon file defined in the info plist is no longer working. When I build and run, the app icon shows up at blank on both the simulator and my iPhone 4 device.

I've tried swapping out different image files but to no avail. I also cleaned my build and targets. Any ideas why this is happening and how to fix it?

Thanks!

Upvotes: 2

Views: 2638

Answers (2)

samxli
samxli

Reputation: 1596

I actually saw this answer and it worked!

iPhone [email protected] not showing in Retina display

Upvotes: 1

jocull
jocull

Reputation: 21175

Perhaps the rename caused something to not match in your info.plist so it is being ignored?

Upvotes: 1

Related Questions