Skip to content

Commit 96f347b

Browse files
committed
info.plist
1 parent 5509f2b commit 96f347b

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)