error: Build input file cannot be found: '/Users/runner/work/CaloLink-iOS/CaloLink-iOS/CaloLink/CaloLink/Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'CaloLink' from project 'CaloLink')
Error: Process completed with exit code 65.
빌드 하려고 보니, 프로젝트 설정에 적혀있는 경로에
Info.plist파일이 없습니다.

아키텍처 구조를 설정한다고 Info.plist의 경로를 변경하였습니다.
하지만 Xcode 프로젝트 파일(.xcodeproj)안에는 아직도 예전 경로가 기록되어 있어서 오류가 발생합니다.

그래서 프로젝트 설정의 Build Setting 탭에서 Info.plist File경로를 수정해줍니다.