Connection to daemon was invalidated

Hi, I’m a beginner with swift coding and I’ve been working on this app where the user inputs information into a text field, and when I run it on the simulator there are no issues. But, when I run the app on my phone and I start typing in the text field I get this error: 2020-07-06 16:05:53.735291-0500 [30097:9343758] [general] Connection to daemon was invalidated. However, I can still continue to type in the text field and the app works perfectly fine but I don’t know how to get rid of this error. Any suggestions?

When these messages pop up in Console it’s a good idea to search for answers using Google. There are some threads that might point you in the right direction. For instance, I searched with:

swift Console message Connection to daemon was invalidated

Amongst others , there are some stackoverflow threads to take a look at.