Each time I run the widget on the simulator Siri pops up

While I'm testing my new Widget, each time I launch the simulator, Siri pops up as if I triggered it, before the widget gets installed. I'm not sure why this is happening. Any ideas?
Answered by Jordan-rpcb in 630246022
I figured it out. The scheme that I was using was originally intended to handle the WidgetKit Intent configuration. So in the scheme itself, it had a "Siri Intent Query" inside the run step. So all I had to do was create a new scheme that was intended to test the Widget, and the query was no longer there. It then ran without triggering it.
Accepted Answer
I figured it out. The scheme that I was using was originally intended to handle the WidgetKit Intent configuration. So in the scheme itself, it had a "Siri Intent Query" inside the run step. So all I had to do was create a new scheme that was intended to test the Widget, and the query was no longer there. It then ran without triggering it.
Each time I run the widget on the simulator Siri pops up
 
 
Q