반응형
swift 공부를 하다가 파일명을 짓는 것에 대해 항상 고민이 많았는데
파일들이 그룹안에 들어가 있다 보니 같은 이름으로 파일명을 지어버렸다..!
Command CompileSwiftSource failed with a nonzero exit code
같은 이름으로 시작하는 파일이 있으면 생기는 에러이기 때문에 파일명만 바꿔주면 해결할 수 있다!
아니면 다음과 같은 단축키를 눌러봐도 해결이 됐다는 분이 계서서 가져와봤다.
반응형
'swift 에러' 카테고리의 다른 글
xcode 에러 Could not insert new outlet connection (0) | 2022.08.31 |
---|---|
swift 에러) this class is not key value coding-compliant for the key (0) | 2022.08.02 |
Failed to prepare device for development 해결방법 (0) | 2022.05.12 |
CocoaPods Intermittent CDN issues 해결 (0) | 2022.05.11 |
swift 에러) unrecognized selector sent to instance 0x123f0b090 (0) | 2022.02.13 |