Xcode 7.0 The launch image set "LaunchImage" has 2 unassigned children

19,993

Solution 1

Try to deep clean Xcode (command+alt+shift+K)

Solution 2

If you click the problem , Xcode will lead you directly into the Images.xcassets , manually delete the two Unassigned images , rebuild it work fine for me.

Solution 3

The deep clean didn't work for me. As trivial as it sounds, recreating the LaunchImages fixed the issue for me. I don't know why it happened in the first place, probably an Xcode 7 bug, but it works again.

Solution 4

What you have to do is manually delete the two unassigned images, and then right click your image asset panes and choosing: App Icon & Launch Images > New iOS Launch Image. Once you click on that, a new set of launch image screen slots should populate. See the screenshot below for reference.

enter image description here

Solution 5

Select the image. Open the attributes inspector and check that a device has been selected - i.e. all/universal. Then drag and drop the unassigned image into the appropriate image size.

Share:
19,993

Related videos on Youtube

Drew Bennett
Author by

Drew Bennett

Graduated Franklin Pierce University a year early with multiple undergraduate degrees and a masters degree in business administration. Worked through my college career in Information Technology, Institutional Research, and Web/Mobile Application developer at Franklin Pierce University. So far, I have worked for three different employers as a Data Analyst and as a Mobile/Web developer. Working for Franklin Pierce University, CenturyLink, and the State of Vermont I have learned R, SQL, Python, SPSS, Javascript, PHP, CSS, HTML5, and Swift. The programming languages I am most active in is Python and SQL. When working for Centurylink, I furthered my goals by moving up in a company. I was able to become a full-time employee by having strong oral and written communication to the field while working with large data sets with python and R. Currently, I work for the State of Vermont as a Data Analyst for DVHA in the Blueprint Unit. The goal is to continue my interest in working with the large dataset and informing colleagues about the benefits and implications in the datasets. Online Course Work: https://www.datacamp.com/profile/drewdaywalker https://www.udemy.com/user/drewbennett2/ https://www.codecademy.com/corePlayer40821 https://www.khanacademy.org/profile/drewdaywalker/

Updated on June 25, 2022

Comments

  • Drew Bennett
    Drew Bennett almost 2 years

    I just updated xcode to 7.0 and fixed most of the bugs, but I keep getting this error message:The launch image set "LaunchImage" has 2 unassigned children. I already deleted the two unassigned children and still getting this error message.

  • Drew Bennett
    Drew Bennett over 8 years
    What does maj stand for?
  • Loegic
    Loegic over 8 years
    Sorry I'm french, it's actually shift
  • Drew Bennett
    Drew Bennett over 8 years
    Yeah it did. Thank you or Merci!
  • bshirley
    bshirley over 8 years
    I'm having the same problem (not on LaunchImage" but on assets used by the app. Deep clean didn't help. Xcode 7.1 beta
  • Auri Rahimzadeh
    Auri Rahimzadeh almost 5 years
    And make sure no required images are missing :) I had that issue as well.