iOS/error log
[xcode] Build input file cannot be found : info.plist 경로 오류 xcode 에러 해결
D0HAN.
2021. 3. 6. 23:49
Build input file cannot be found: (경로)/info.plist 이런오류를 접했다.
디렉토리를 찾아보면 실제와 다른 경로가 찍혀있다.
설정에서 info.plist 경로를 실제위치와 같이 바꿔주면 된다.
TARGETS >> Build Settings >> info.plist 검색 >> info.plist File 항목을 실제 경로로 바꿔주면 잘 실행된다.