iOS/Error
[iOS Error] Build input file cannot be found : info.plist 경로 오류
Peppo
2022. 8. 7. 21:24
728x90
문제
Build input file cannot be found: 폴더경로/~~~/~~~/~~~/info.plist
오류메시지가 나오면서 Build가 되지 않음.
원인
Xcode 내에서 info.plist를 다른 폴더로 옮겼더니 경로를 찾지 못함
경로 바꾸기전 상태 | 경로 바꾼 후 상태 |
프로젝트 폴더/ info.plist | 프로젝트 폴더/ Resource/ info.plist |
해결
TARGETS → Build Settings → Packaging → 경로 재설정
Besteats/info.plist → Besteats/Resource/info.plist (바뀐경로로 재설정)
728x90