Got this runtime warning, how to get line where it happens?
runtime: UI API called from background thread: -[UIView bounds] must be used from main thread only
Is it any breakpoints i.e. symbolic breakpointfor this?
Main Thread checker has an option for pausing at the issue. You just need to enable it.
EditScheme->Run->Diagnostics->RunTime API Checking-> Select both Main Thread Checker and Pause On Issues