iOS Fatal Exception: NSInternalInconsistencyException
공부방/iOS2019. 11. 4. 18:08iOS Fatal Exception: NSInternalInconsistencyException

Emmm..... iOS 13 업데이트 이후 Fabric에 아래 에러가 늘어나기 시작했다. Fatal Exception: NSInternalInconsistencyException Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread. 대충 Background Thread에서 Layout engine을 수정하면 안 된다는 의미인데, 자신의 코드를 보고 Main Thread 가 아닌 곳에서 UI 를 수정하고 있는 곳이 있는지를 보면 된다. 또한 그나마 다행으로 XCode 에서 Runtime Issue 를 표기해주는데 확인하는 방법..

image