Post

Replies

Boosts

Views

Activity

Reply to Xcode Crashes in Uncommited Changes Editor
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.
Jan ’24