Ios cocoapod中的问题:pod安装出现错误

Ios cocoapod中的问题:pod安装出现错误,ios,iphone,ruby,dependency-management,cocoapods,Ios,Iphone,Ruby,Dependency Management,Cocoapods,这是我的播客文件 pod 'AFNetworking', '~> 2.1.0' 当我尝试pod安装时,我得到了 [!]Pod::可执行拉 U ALPValidator/0.0.1/ALPValidator.podspec APAsyncDictionary/0.0.3/APAsyncDictionary.podspec ASCScreenBrightnessDetector/0.1.0/ASCScreenBrightnessDetector.podspec Appboy iOS S

这是我的播客文件

   pod 'AFNetworking', '~> 2.1.0'
当我尝试pod安装时,我得到了

[!]Pod::可执行拉

U ALPValidator/0.0.1/ALPValidator.podspec

APAsyncDictionary/0.0.3/APAsyncDictionary.podspec

ASCScreenBrightnessDetector/0.1.0/ASCScreenBrightnessDetector.podspec

Appboy iOS SDK/2.3.1/Appboy-iOS-SDK.podspec

A AuthorizeNet/0.1.0/AuthorizeNet.podspec

CTFeedback/1.0.8/CTFeedback.podspec

U CardIO/3.2.2/CardIO.podspec

U CardIO/3.3.0/CardIO.podspec

U CardIO/3.4.1/CardIO.podspec

U CardIO/3.4.4/CardIO.podspec

A颜色/4.1/colors.podspec

FXBlurView/1.5.3/FXBlurView.podspec

M Facebook iOS SDK/3.9.0/Facebook-iOS-SDK.podspec

A FreeStreamer/1.5.3/FreeStreamer.podspec

A GoldenFleece/1.1/GoldenFleece.podspec

谷歌移动广告SDK/6.8.0/Google-Mobile-Ads-SDK.podspec

iolinkedinapi/2.0.0/iolinkedinapi.podspec

A JDStatusBarNotification/1.4.7/JDStatusBarNotification.podspec

JSONJoy/0.1.0/JSONJoy.podspec

KTBTaskQueue/1.0.0/KTBTaskQueue.podspec

A LINEActivity/0.2.0/LINEActivity.podspec

U LetsMove/1.9/LetsMove.podspec

A LumberjackPrettyClassInformation/1.0.0/LumberjackPrettyClassInformation.podspec

MSCachedAsyncViewDrawing/1.0.1/MSCachedAsyncViewDrawing.podspec

一个MUKAdMobViewController/1.2.1/MUKAdMobViewController.podspec

一个MUKAdMobViewController/1.2.2/MUKAdMobViewController.podspec

一个MUKAdMobViewController/1.2/MUKAdMobViewController.podspec

A MUKToolkit/1.1.1/MUKToolkit.podspec

NXOAuth2Client/1.2.5/NXOAuth2Client.podspec

A PubNub/3.5.5/PubNub.podspec

A RestReaper/0.1.1/RestReaper.podspec

A SatelliteStore/1.0.0/SatelliteStore.podspec

A UIImage+Dummy/0.0.2/UIImage+Dummy.podspec

A WYPopoverController/0.1.8/WYPopoverController.podspec
Pull is not possible because you have unmerged files.

Please, fix them up in the work tree, and then use 'git add/rm <file>'

as appropriate to mark resolution, or use 'git commit -a'.
A publinub/3.5.5/publinub.podspec
A restreapper/0.1.1/restreapper.podspec
SatelliteStore/1.0.0/SatelliteStore.podspec
UIImage+Dummy/0.0.2/UIImage+Dummy.podspec
WYPopoverController/0.1.8/WYPopoverController.podspec
无法拉取,因为您有未合并的文件。
请在工作树中修复它们,然后使用“git add/rm”
根据需要标记解析,或使用“git commit-a”。

问题是什么?我如何解决这个问题?

可能是重复的,很确定是重复的