How do I clear a warning for xcassets unassigned children?

…衆ロ難τιáo~ 提交于 2020-01-02 01:12:08

问题


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?


回答1:


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




回答2:


Assets.xcassets---> "Brand Assets", then right click--->"Remove selected Items"



来源:https://stackoverflow.com/questions/33189633/how-do-i-clear-a-warning-for-xcassets-unassigned-children

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!