Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I clear a warning for xcassets unassigned children?

Tags:

ios

xcode7

Every time I build I receive two warnings:

<Project name>
    Assets.xcassets
        The launch image set "BrandAsset" has 2 unassigned children.

<Project name>
    Images.xcassets
        The launch image set "BrandAsset" has 2 unassigned children.

Not really sure what to do about this because I am assigning an existing storyboard for the Launch Screen File.

Under Launch Screen Source, I just see a button that says Use Asset Catalog.

How can I fix my build to clear these warnings?

like image 288
nipponese Avatar asked Oct 17 '15 17:10

nipponese


1 Answers

just select unassigned items, then, remove: remove unassigned items

like image 114
Meilbn Avatar answered Nov 02 '22 16:11

Meilbn