07-02 03:26
Notice
Recent Posts
Recent Comments
07-02 03:26
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Archives
Today
Total
관리 메뉴

pear

iOS issue - Error creating LLDB target at path 본문

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 설정을 추가 해주면 해결이 된다.

Project Build Setting architectures

M1 Chip MAC은 없지만 아마 M1 Chip이라면 x86_64로 설정해야 할 것 같다.