iOS/swift
iOS issue - Error creating LLDB target at path
pearlab
2022. 1. 20. 09:56
Apple 에서 M1 Chip을 사용하는 MAC이 추가되면서 발생한 이슈로 보인다.
Simulator환경에서 APP을 실행시 아래와 같은 오류 문구를 볼 수 있다.
Error creating LLDB target at path ...
using an empty LLDB target which can cause slow memory reads from remote devices.
사용하는 MAC이 M1 Chip을 사용하지 않는다면
아래와 같이 Excluded Architectures 의 Simulator arm64 설정을 추가 해주면 해결이 된다.
M1 Chip MAC은 없지만 아마 M1 Chip이라면 x86_64로 설정해야 할 것 같다.