Build input file cannot be found: ... エラー解決


Xcodeバージョンを更新するとBuild input fileが見つかりません:...エラーオカレンス

解決を試みる


初めての試み

$ 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
解決完了!