forked from tasty-code/ios-parking-app
-
Notifications
You must be signed in to change notification settings - Fork 0
2023 05 29
ohdair edited this page Jun 1, 2023
·
3 revisions
- 트러블 슈팅
- 트러블 슈팅
- 트러블 슈팅
2023-05-29 10:38:31.077681+0900 Parking[13573:443662] *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x8f2f51e19a3b6870 <x-coredata://5282822E-F285-4F61-9CAD-B0D18EF20ECA/ParkingPlace/p945>''
약 15000개의 데이터를 newBackgroundContext
를 통해 비동기적으로 저장을 하면서 정해진 데이터 갯수를 확인하여 로딩 바 표현하고 싶었으나,
viewcontext로 데이터를 확인을 하였으나 여러 context가 데이터에 접근을 하면서 충돌이 난다고 파악
해결을 하기 위해 이틀을 고생하다 결국 로직을 변경
developer 박재우