XCode Version 6.0.1 Deployment Target: 7.1 Language: Objective-C

I just filed a bug report with Apple on this same issue. The default Launch Screen template includes your app’s name as a label and if that name has an ampersand it invalidates the XML. You can fix this by opening your Launch Screen in a text editor (right click on it in Xcode and select “Open with External Editor” and then doing a Find & Replace for & with &.

Leave a comment