[Xcode] Build input file cannot be found Info.plist 오류 해결법
[iOS/Xcode] Info.plist 경로 이동시 에러 해결
<aside> 💡 New Group으로 파일을 이동시켰을 때, 해당 파일 못찾는 현상 , entitlement 파일 위치를 옮겼을 때
</aside>
'build input file cannot be found'
---
The file "/Users/jaeyounglee/Projects/EmoRec/iOS_Canvas/Canvas/CanvasWidgetExtension.entitlements" could not be opened. Verify the value of the CODE_SIGN_ENTITLEMENTS build setting for target "CanvasWidgetExtension" is correct and that the file exists on disk.
Build Settings의 Packaging 하위 항목에서 Info.plist File의 경로를 상황에 맞게 변경하면 됩니다.
파일 위치를 옮긴 후 빌드세팅에서 해당 파일의 위치도 지정해줘야 된다.