How can I create a new XML File in Xcode? There is no option for .xml in the "New File..." - Dialogue.I tried to copy paste and rename an existing xml File in Xcode´s project navigator (left pane), but then the program gives me an error when I run in the Simulator.
File>New>File...->Emptyand then name itWhatever.xmlbefore clicking 'Create' or just drag an xml file to the project navigator and make sure 'Copy if needed' is checked.