After adding a Launch Screen on my Project, XCode 6 immediately flags me with
Line 14: xmlParseEntityRef: no name
Everytime I choose the Launch Screen.xib, XCode notifies me of this issue. I checked and Launch Screen.xib is present on my Bundle Resources.
I wonder what's wrong.
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 &
.
Open with External Editor and then doing a Find and Replace for &
with &
worked for me. I found I needed &
instead of &
to clear an additional error message
Line 14: EntityRef: expecting ';'
Thank you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With