Thread 1: signal SIGTERM

Hi guys,

I have a little problem with my Xcode and I hope you can help me. Here is my problem:

After I close the simulator for any of my projects, I always receive this message: "Thread 1: signal SIGTERM“ (like in the following picture).

I already googled this problem but I came up empty handed.

Could anyone tell me how I can fix this? Thanks in advance!

Yours Marie-Theres

@mt1
Hi Marie,

If you run your code on the simulator and close the simulator by tapping on the window close icon then you are effectively shutting down the simulator while Xcode is attached to it. That’s why you get that error message. Rather than closing down the simulator, press the stop button in Xcode to halt the App.

Thanks! That was my problem.