今回はCocoaPodsで導入したライブラリのアンインストールとプロジェクトからCocoaPodsを完全削除をCocoaPods自体のアンインストールを紹介していきます。 CocoaPodsで導入したライブラリのアンインストール ターミナルで対象プロジェクトのフォルダへ移動し、Podfileの編集を行います。 今回は#でコメントアウトしました。 platform :ios, ‘8.0’ use_frameworks! target ‘test’ do # pod ‘Async’ end ターミナルでpod installを実行、ライブラリが削除されます。 % pod install Updating local specs repositories Analyzing dependencies Removing Async Downloading dependencies Generati