728x90
Info.plist가 중복 참조되서 발생하는 에러입니다.
프로젝트 이름을 변경하는 과정에서 문제가 발생했던 것 같아요.
.xcodeproj - TARGETS - Build Phases - Copy Bundle Resources 에서 Info.plist 참조를 제거해주면 해결됩니다.
Cannot code sign because the target does not have an info.plist file
여러 시도를 해보다가 프로젝트 내의 Info가 plist의 역할을 대신해 줄 수 있는 줄 알고
Packaging - Generate Info.plist File → No, Info.plist File을 제거 했었는데, 아래와 같은 에러가 발생했습니다.
아래 에러는 Generate Info.plist File → Yes로 프로젝트가 plist를 자동으로 생성하게 해줌으로써 해결
728x90
'Error Handling' 카테고리의 다른 글
expected — waiting for status to be reported github actions (0) | 2023.12.02 |
---|---|
Missing package product (1) | 2023.12.02 |
XCode Command SwiftCompile failed with a nonzero exit code (0) | 2023.08.04 |
C++ Invalid operands to binary expression (0) | 2022.12.23 |
맥북 MS Word 스타일 적용 시 사각 박스 제거하는 법 (0) | 2022.09.16 |