We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5509f2b commit 96f347bCopy full SHA for 96f347b
1 file changed
About-Error/xcodeError_BuildInputFile.md
@@ -0,0 +1,24 @@
1
+# Xcode Error - Build input file cannot be found:
2
+
3
+## 에러내용
4
+```
5
+Build input file cannot be found: '~filepath/Info.plist'.
6
7
+Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
8
9
10
+## 원인
11
12
+보통 이 문제는 Info.plist의 경로를 바꾸기 때문에 발생한다.
13
14
15
+## 해결방법
16
17
+- Target - Build Settings 로 진입
18
19
+- Packaging - Info.plist File로 이동하기
20
+여기서 Info.plist의 경로를 확인한다. 폴더 단위로 혹시 바뀐게 없는지 확인해보자
21
22
23
+## History
24
+- 230712 : 초안작성
0 commit comments