Xcode 6.1 Warning about Launch Image in Asset Catalog

◇◆丶佛笑我妖孽 提交于 2019-12-03 00:54:36
user2199783

I ran into the exact same problem this morning. Here's how I fixed it.

  1. Select your Target in the project navigator. Under the General tab, you should see the section for App Icons and Launch Images. Where you see Launch Images Source, click 'Use Asset Catalog'.

  2. You will then see Migrate launch images to an asset catalog dialogue. Click 'Migrate'.

  3. Make sure that your Launch Images Source on the previous screen points to the right image set in your asset catalog. In your case, you would set it to 'Default'.

That should take care of the warning. Hope that helps!

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