Deepak Sharma
Deepak Sharma

Reputation: 6477

Enabling iPhone 6/6+ native resolution on another XCode target

I have an XCode 6 project and a target where I enabled native resolution for iPhone 6/6+ by adding launch image set and app icon set in asset catalog. It worked fine for the main target but when I made a new target, it still shows scaled version on iPhone 6/6+ no matter what I do. I have done everything including checking target membership of files and asset catalogs for the lite target, but all in vain. Any inputs are welcome.

Upvotes: 0

Views: 44

Answers (1)

Loegic
Loegic

Reputation: 3438

You have a problem with your xcasset containing the launch images.

You should verify the filename, it happens when you have twice the same image

Upvotes: 0

Related Questions