I've been working on my mobile app project using Expo. Yesterday, when I tried to run the app again, the Expo Go in the iOS simulator got stuck on the screen showing "New update available, downloading..." and then crashed. I'm not sure what went wrong. It only provides a long error report. I ran an EAS build, which completed successfully, so I suspect the issue might be with the iOS simulator or Expo Go itself. Please help me out :(
1 libobjc.A.dylib 0x180092da8 objc_exception_throw + 72
2 Foundation 0x180e24ba4 -[NSConcreteAttributedString initWithString:attributes:] + 0
3 Expo Go 0x100376b88 -[EXErrorView setError:] + 620
4 Expo Go 0x100359730 -[EXAppViewController _showErrorWithType:error:] + 376
Expo is trying to display some sort of error to you, and then crashed because it passed invalid data into an attributed string. To understand what to do here, I suggest consulting Expo's support for help with their software.
—Ed Ford, DTS Engineer