Build input file cannot be found: ... 에러 해결
Xcode 버전 업데이트 이후 Build input file cannot be found: ...에러 발생결과: 실패결과: 실패참고: https://intrepidgeeks.com/tutorial/xcode10-build-input-file-double-con
velog.io
정리
프로젝트 Root 폴더 -> ios -> Profile -> 에러 난 라이브러리
pod '<Library name>' :path => '../node_modules/<Library name>'
해당 라인을 삭제한 다음
npx pod-install
xcode build 또는 npx react-native run-ios
를 하면 해결 된다.
'React-native' 카테고리의 다른 글
[react-native] react-native-maps를 사용한 Google map 연동 (0) | 2023.07.19 |
---|---|
react-native cli 에서 expo 사용 설정하기 (0) | 2023.02.13 |