재현 환경 (My Mac Environment)
device 1: M1 mac mini 2020
macOS version: 11.2.3
Xcode version: 12.4 (12D4e)
git version: 2.31.1 (brew)
device 2: Intel 16-inch macbook pro 2020
macOS version: 11.2.3
Xcode version: 12.4 (12D4e)
git version: 2.30.1 (Apple Git-130)
어제 새벽 Big Sur 11.2.3 을 클린 설치했더니 Xcode SPM 에서 아래와 같은 오류가 발생하였습니다.
(When I installed Big Sur 11.2.3(Clean Install), the following error occured in the Xcode Swift Package Manager)
libSwiftPM.dylib 플러그인을 사용하는 동안 Xcode이(가) 예기치 않게 종료되었습니다.
(Xcode quit unexpectedly.)
재현 경로 (Reproduction path)
그리고 에러 메시지와 함께 Xcode 가 종료됩니다.
(and then Xcode will quit the error message.)
해결 방법 (Solution)
git config --global tag.forcesignannotated true or false
저는 git config --global tag.forcesignannotated false 를 했습니다.
(I did git git config --global tag.forcesignannotated false)
'Xcode' 카테고리의 다른 글
[Xcode] M1 'cyclone' is not a recognized processor for this target 해결법 (0) | 2022.07.27 |
---|---|
[Xcode] Cocoapods 를 사용하는 경우 M1 시뮬레이터 빌드가 안되는 문제 (1) | 2021.05.13 |
[Xcode] Breakpoint 사용하기 (3) - NSLog (0) | 2020.07.07 |
[Xcode] Breakpoint 사용하기 (2) - LLDB (1) | 2020.07.05 |
[Xcode] Breakpoint 사용하기 (1) - 브레이크 포인트 (0) | 2020.07.04 |