버그 수정 후 테스트를 진행하려 하는데,
아래와 같은 메세지가 콘솔창에 뜨면서 빌드가 되지 않는 경우가 발생했다.
1. warning: libobjc.A.dylib is being read from process memory.
아이폰에서 빌드가 잘 되지 않는 경우
에러 내용(전체)
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.
해결 방법
rm -r ~/Library/Developer/Xcode/iOS\ DeviceSupport
***
개발 진행 하면서, 다른 이슈가 나오면 아래에 계속 추가해 나갈 예정이다.
'flutter' 카테고리의 다른 글
Flutter upgrade Issue(2) - 네이버 로그인 (0) | 2023.02.08 |
---|---|
Flutter upgrade Issue(1) - 빌드 오류(cache 관련) (0) | 2023.02.08 |
flutter 3.7 릴리즈 노트 (0) | 2023.01.29 |