Build input file cannot be found: ... エラー解決
Xcodeバージョンを更新するとBuild input fileが見つかりません:...エラーオカレンス
注意:https://intrepidgeeks.com/tutorial/xcode10-build-input-file-double-conversion-failed-the-following-error-occurred-when-starting-the-reactnative-project-after-upgrading-to-xcode10
間違った内容は不要で、削除されたライブラリだと思いました.
解決方法:
解決を試みる
初めての試み
$ watchman watch-del-all
$ rm -rf node_modules
$ npm i
$ npx pod-install
結果:失敗2回目の試み
$ cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../
$ cd node_modules/react-native/third-party/glog-0.3.5/ && ../../scripts/ios-configure-glog.sh
結果:失敗注意:https://intrepidgeeks.com/tutorial/xcode10-build-input-file-double-conversion-failed-the-following-error-occurred-when-starting-the-reactnative-project-after-upgrading-to-xcode10
3回目の試み
間違った内容は不要で、削除されたライブラリだと思いました.
解決方法:
프로젝트 Root 폴더 -> ios -> Profile ->
에러 난 라이브러리 pod '<Library name>' :path => '../node_modules/<Library name>'
ローを削除した後npx pod-install
xcode build 또는 npx react-native run-ios
解決完了!Reference
この問題について(Build input file cannot be found: ... エラー解決), 我々は、より多くの情報をここで見つけました https://velog.io/@dormahd114/Build-input-file-cannot-be-found-...-에러-해결テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol