(lldb) warning: libobjc.A.dylib is being read from process memory.

애스핀·2023년 9월 27일

Xcode

목록 보기
1/2

예상 결과

긴 대기 시간 없이 앱이 정상 빌드

실제 결과

오랜 대기 시간 후 앱이 실행

관련 로그

(lldb) warning: 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.

The Dart VM Service was not discovered after 30 seconds. This is taking much longer than expected...

해결

  1. 터미널에 아래 명령어로 관련 폴더 제거
rm -r ~/Library/Developer/Xcode/iOS\ DeviceSupport
  1. Xcode > Product > Destination > Manage Run Destinations... > 현재 Conntected 되어있는 기기 우클릭 > Unpair Device
  2. 기기가 이 컴퓨터를 신뢰하는지 묻는 메시지를 표시할 때까지 잠시 기다렸다가 신뢰를 선택
  3. 기기가 다시 Xcode 목록에 나타나게됨

참고

profile
프론트엔드 개발자(React, Flutter)

0개의 댓글