본문 바로가기
Error Handling

The copy bundle resources build phase contains this target's info.plist file

by songmoro 2023. 12. 2.
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