I have taken SVN check-in for a project. Thereafter I have installed pod via terminal. After installation of pod there are few warning stating
Step 1: Deintegrate your project from CocoaPods. Removing all traces of CocoaPods from your Xcode project.
Step 1:
$pod deintegrate ProjectName.XCODEPROJ
pod deintegrate ProjectName.XCODEPROJ
Step 2: Install the pod Again
Step 2:
$pod install
pod install
Make sure you are replacing ProjectName.XCODEPROJ with your project name.