Macness
Macness

Reputation: 1226

Getting rid of unsupported versions in image asset catalogue

I'm only supporting iOS 7 for this app but the AppIcon in the asset catalogue shows the iOS5,6 versions which I don't need.

Incidentally, I think it's causing me the following error:

[Allocator] Mapping failed %d
[Allocator] Allocator invalid, falling back to malloc

screenshot

Upvotes: 2

Views: 93

Answers (1)

Gabriel Pires
Gabriel Pires

Reputation: 966

enter image description here

If you click the images.xcassets, open attributes inspector for AppIcon, you can deselect the versions you don't want i think.

Upvotes: 1

Related Questions