0
3

More than 1 year has passed since last update.

【Swift】Podsをプロジェクトから削除する方法 (unable to load contents of file listのエラーが出た時の対処法)

Last updated at Posted at 2021-03-07

1. プロジェクトのディレクトリから、該当のファイルとフォルダを全て削除します。

・Podfile
・Podfile.lock
・/Pods
・xcworkspace

2.下記項目を削除します。右側の「×」ボタンをクリックすることで削除できます。(自分はこれで治りました)

・[CP] Check Pods Manifest.lock
・[CP] Embed Pods Frameworks
・[CP] Copy Pods Resources

wp_ios_dev_firebase_build_configuration_pods_remove.jpg

この方のサイトを参考にさせていただきました。(https://blog.guttyo.jp/apple/ios-app/ios-app-dev/3990/#Pod)

0
3
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
3