Since updating to Xcode 9.1, I've been unable to run any iMessage app in Simulator. Upon running, apps immediately crash with the following message:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'attempt to scroll to invalid index path: {length = 2, path = 0 - 9223372036854775807}'
The crash occurs when running projects created using the iMessage App template (with no changes) and happens in every simulator.
I encountered this issue often in Xcode 9.0, but was able to get around it by using "Erase All Content and Settings" in Simulator. However, that solution no longer works and I cannot use Simulator for testing iMessage apps in Xcode 9.1. Fortunately, everything is fine on an actual device.
Is anyone else having this issue?
macOS High Sierra v10.13 Beta (17A362a)
Xcode v9.1 (9B55)