Hello.
I am trying to run my application on the iOs simulator, but I got the following error
---------------------------------------------------------------
Error returned in reply: Connection interrupted
Domain: NSPOSIXErrorDomain
Code: 53
Failure Reason: Software caused connection abort
--
System Information
macOS Version 10.15.4 (Build 19E287)
Xcode 11.4.1 (16137)
----------------------------------------------------------------
So I tried to go to the console, and see what happened
*** Assertion failure in -[SimRenderingServicesBundle init](), /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreSimulator/CoreSimulator-704.12.1/SimRenderingServices/SimRenderingServices.m:58
This was found along with this error
Does anyone know how to solve this? I am new to developing mobile app. So any answer would be appreciated 🙂
Thank you very much