virgil debique
virgil debique

Reputation: 357

COCOS2D spotlight icon not showing on iPhone 6

I have just created a new set of icons and added them to my project. While everything works in the simulator, including iPhone 6 and 6 plus.

When I run my game on my iPhone 6, the spotlight icon is still the COCOS2D icon.

Any ideas why it works in the simulator but not on the device?

Any thoughts would be appreciated.

Upvotes: 2

Views: 156

Answers (2)

GilesDMiddleton
GilesDMiddleton

Reputation: 2320

You need to power down your iPhone/device and restart it.

My guess would be that it only builds the cache of images when the phone starts. This may not be the case for a proper app installed from the proper app store.

I had the same issue, where my main icon worked, but the spotlight was still the empty-square from Xcode. Regardless of how many times I cleaned/rebuilt/deleted the app.

Upvotes: 1

virgil debique
virgil debique

Reputation: 357

Updated to the latest version of IOS 8 and this solved the problem

Upvotes: 1

Related Questions