BIBI BLOG

LLDB Build ERROR: libobjc.A.dylib is being read from process memory. This indicates that LLDB could not find the on-disk shared cache for this device. This will likely reduce debugging performance 본문

iOS/Xcode

LLDB Build ERROR: libobjc.A.dylib is being read from process memory. This indicates that LLDB could not find the on-disk shared cache for this device. This will likely reduce debugging performance

BIBI⭐️ 2023. 1. 12. 10:03
728x90

Xcode 14.2로 업데이트를 하면서 아래의 빌드 ERROR가 발생하였습니다.

Error 내용
libobjc.A.dylib is being read from process memory. This indicates that LLDB could not find the on-disk shared cache for this device. This will likely reduce debugging performance

rm -r ~/Library/Developer/Xcode/iOS\ DeviceSupport

 

Xcode를 닫고 터미널에 위의 DeviceSupport 디렉토리 삭제 명령어를 실행한 후,
빌드를 하니 ERROR이 해결되었습니다.

 

해당 이슈 Stackoverflow URL입니다

https://stackoverflow.com/questions/72598348/xcode-14-beta-build-issues-with-lldb

728x90
Comments