XCode プロジェクトに CocoaPods をインストールしたいのですが、pod install コマンドを実行すると、次のメッセージが表示されます。
Analyzing dependencies
[!] Pod::Executable pull
Updating 094c19b..3c2b414
error: Your local changes to the following files would be overwritten by merge:
FMDB/2.1/FMDB.podspec
GoogleConversionTracking/1.2.0/GoogleConversionTracking.podspec
XMPPFramework/3.6.2/XMPPFramework.podspec
Please, commit your changes or stash them before you can merge.
Aborting
問題は、プロジェクト フォルダーに GIT がインストールされていないことです。
git status
fatal: Not a git repository (or any of the parent directories): .git
この問題を解決する方法を知っている人はいますか? 注: これらの .podspecs で何かを変更したことを認識していません