【Swift】unable to open file (in target tests in project)というエラーでビルドができない
状況
プロジェクトを起動するとunable to open file (in target tests in project)というエラー文が出ていてビルドができない。
原因
CocoaPodsのインストールが無い為。
解決方法
ターミナルにて下記のコードでインストールをして私の場合は解決しました。
sudo gem install cocoapods
又、プロジェクトフォルダにあるPodfile.lockを削除し、ターミナルにてpod installをしても解決できるみたいです。
CocoaPodsのインストールが無い為。
解決方法
ターミナルにて下記のコードでインストールをして私の場合は解決しました。
sudo gem install cocoapods
又、プロジェクトフォルダにあるPodfile.lockを削除し、ターミナルにてpod installをしても解決できるみたいです。
sudo gem install cocoapods
Author And Source
この問題について(【Swift】unable to open file (in target tests in project)というエラーでビルドができない), 我々は、より多くの情報をここで見つけました https://qiita.com/_mkt_/items/34e00a7e6c7470204f49著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .