React-native
React-native Build input file cannot be found 에러 해결
헬롤이다
2023. 2. 16. 02:03
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
를 하면 해결 된다.