발생한 오류
‘objc[28993]: Class NSDataAsset is implemented in both /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation (0x120faa160) and /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (0x120099028). One of the two will be used. Which one is undefined.’
장고 프로젝트 실행중에 시스템 라이브러리(?)에서 ’NSDataAsset’이 두 경로에서 서로 충돌된다는 오류가 발생하였다.
Reference
-
https://apple.stackexchange.com/questions/364498/library-conflict-in-macos-catalina-uifoundation-vs-appkit
구글링해보니, 나와 같은 오류에 관한 질문이 올라와있다. 그러나 뾰족한 답변은 없었다. -
https://developer.apple.com/documentation/xcode_release_notes/xcode_11_beta_5_release_notes
xcode 11 beta 5 버전의 릴리즈 노트를 검색해보니, ’NSDataAsset’과 관련된 사항을 찾아볼 수 있었다.
해결 방법
며칠 전 새로운 베타버전(10.15, 19A512f)이 올라와서 업데이트를 하니, 오류가 뜨지 않는다. 해결~!
Reference
- D3.js 시작하기: http://webframeworks.kr/getstarted/d3js/
- tutorialspoint: https://www.tutorialspoint.com/d3js/