I checked what's new in Xcode 9 documentation and I found this
But i didn't understand what is that how I can use this with new Xcode 9.
I checked what's new in Xcode 9 documentation and I found this
But i didn't understand what is that how I can use this with new Xcode 9.
It can be enabled/disabled in the diagnostics option of the scheme. Besides, the "Pause on issues" is a comfortable option to debug these problems.
Under the Runtime API Checking section, ensure that the Main Thread Checker is enabled to see if you are executing ui methods in a non-UI thread
In XCODE-12 Go to debug then select Scheme then edit scheme Select Run -> Diagnostics