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 1 year has passed since last update.

【Xcode】プロジェクトからCocoaPodsを削除する方法

Posted at

はじめに

今回はこちらのプロジェクトからCocoaPodsを完全に削除します。
スクリーンショット 2022-08-03 16.08.29.png

私はCocoaPodsからSPMに移行する際に使用しました。

方法

ディレクトの移動

ターミナル
cd プロジェクトのパス

スクリーンショット 2022-08-03 16.13.17.png

Podsフォルダの削除

ターミナル
pod deintegrate

スクリーンショット 2022-08-03 16.13.48.png
「Pods」が消えました。
スクリーンショット 2022-08-03 16.14.47.png

その他ファイルの削除

ターミナル
rm Podfile
rm Podfile.lock
rm -rf プロジェクト名.xcworkspace

初期の状態に戻りました。
スクリーンショット 2022-08-03 16.16.56.png

めでたし

おわり

以下の記事がとても参考になりました。
ありがとうございます。

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?