Removing localized files.
When you try to remove a file that has been localized, your code leaves behind a broken project file that makes xcode crash.
Can you provide a sample project containing a localized file which demonstrates this problem?
Like so: http://cl.ly/0P150v190b13
Assuming the two localized files were InfoPlist.strings and background.jpg, I used the Xcode-Project-Reader to delete both and neither caused Xcode to crash when the LocalizationImages project was opened.
Click around in the file browser of the project after you delete the files. You'll see empty groups that break Xcode when you click on them.
I do not experience this issue. As can be seen here: http://d.pr/v/z2K6
Xcode does get a little confused as to whether or not the files exist however they do when selecting them and closing and opening them clears this problem which only seemed to occur when recording, typical. No matter what however, Xcode does not crash.