Xcode 13으로 업데이트 후 위와 같은 로그가 발생했습니다. 찾아보니 Objective-C로 런타임 시, _PathPoint와 _PointQueue라는 두 개의 동일한 클래스가 생성되어 둘 중 하나를 사용될 것이라는 로그입니다. 따라서 무시해도 상관없는 로그 노이즈라고 합니다. ※ 참고 출처 stackoverflow Class _PointQueue is implemented in both when I click on textfield... How can I resolve this issue? I'm using xcode 13 and making a demo on coredata. objc[6188]: Class _PathPoint is implemented in both /Applications/Xc..