I found out that the same crash happened when I had some range issues in localise.strings files.
I mean Xcode have incorrectly defined range of changes in my strings file, and that change was at the end of file. That why there is SourceEditorDataSource.contentRangeForLineRange in logs, I think.
To handle this issue you can just move your changes somewhere in the middle of the file, so changed range would be not after the end.
Post
Replies
Boosts
Views
Activity
I've stumbled upon this question too, and for now I found the only way to handle this issue by using Image(uiImage: UIImage(named: ....)) init. You can check if UIImage(named: ....) exists because it's optional.
If none of the above helps, try to delete "Fonts provided by application" row from info.plist and add it again, but select from dropdown menu now. It happens that you could misprint when was entering that row's name previously.