アウトプットから自分の技術力をスコア化してみませんか?PR

LAPRASでQiitaやX、connpassなど、様々なアウトプットを総合して統計的に技術力を算出!

0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Build input file cannot be found: hogehoge となったときの対処法

Posted at

なぜ起きたか

プロジェクトを作成した時の、AppDelegateやMain.storyboardなどが入っているファイル名を変更したから。

対処法

スクリーンショット 2021-02-11 9.44.44.png

このように、hoge/info.Plistという風に合わせます。

当初作ったプロジェクト名がCoffeeであればCoffee/info.plistとなっています。
そしてAppDelegateやMain.storyboardなどが入っているファイル名はCoffeeです。

しかしながら画像のように、そのフォルダ名をUtilsに変更した場合
Coffee/info.plist とUtilsで食い違いが発生しているわけです。
なのでそういう時は画像のように、パスを合わせる(Coffee/info.plistをUtils/info.plistに変更)ことでこのエラーは解消されます。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?