Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 416
Drew Bennett Avatar asked Sep 21 '15 12:09

Drew Bennett


2 Answers

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

like image 114
Loegic Avatar answered Jan 15 '23 13:01

Loegic


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.

like image 32
Stephen Chen Avatar answered Jan 15 '23 15:01

Stephen Chen