Ios Cocoapods安装/更新错误-断言失败:\ u initializationCompletedSuccessfully

Ios Cocoapods安装/更新错误-断言失败:\ u initializationCompletedSuccessfully,ios,xcode,cocoapods,Ios,Xcode,Cocoapods,我正在使用CocoaPods0.39和XCode7.2,最初我只是用以下pod设置项目 platform :ios, '8.0' pod 'Fabric' pod 'Crashlytics' pod 'AFNetworking', '~> 2.0' pod 'CRToast' pod 'SWRevealViewController' 今天,我在我的项目pod文件中又添加了一个pod pod 'TPKeyboardAvoiding' 但每次我尝试pod更新或pod安装,都会出现以下错误

我正在使用
CocoaPods
0.39和
XCode
7.2,最初我只是用以下pod设置项目

platform :ios, '8.0'
pod 'Fabric'
pod 'Crashlytics'
pod 'AFNetworking', '~> 2.0'
pod 'CRToast'
pod 'SWRevealViewController'
今天,我在我的项目pod文件中又添加了一个pod

pod 'TPKeyboardAvoiding'
但每次我尝试
pod更新
pod安装
,都会出现以下错误

F0222:MyProject VCDev$ pod install
Analyzing dependencies

CocoaPods 1.0.0.beta.6 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Downloading dependencies
Using AFNetworking (2.6.3)
Using CRToast (0.0.9)
Using Crashlytics (3.7.0)
Using Fabric (1.6.6)
Using SWRevealViewController (2.3.0)
Installing TPKeyboardAvoiding (1.2.11)
Generating Pods project
2016-03-16 11:23:15.680 ruby[2713:48496] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-9548/IDEFoundation/Initialization/IDEInitialization.m:590
Details:  Assertion failed: _initializationCompletedSuccessfully
Function: BOOL IDEIsInitializedForUserInteraction()
Thread:   <NSThread: 0x7fa103c98ff0>{number = 1, name = main}
Hints: None
Backtrace:
  0  0x000000010d2c8f7f -[DVTAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
  1  0x000000010d2c870c _DVTAssertionHandler (in DVTFoundation)
  2  0x000000010d2c8978 _DVTAssertionFailureHandler (in DVTFoundation)
  3  0x000000010d2c88da _DVTAssertionFailureHandler (in DVTFoundation)
  4  0x000000010e7c354d IDEIsInitializedForUserInteraction (in IDEFoundation)
  5  0x00000001113f8631 +[PBXProject projectWithFile:errorHandler:readOnly:] (in DevToolsCore)
  6  0x00000001113fa1b6 +[PBXProject projectWithFile:errorHandler:] (in DevToolsCore)
  7  0x00007fff8667af44 ffi_call_unix64 (in libffi.dylib)
Abort trap: 6
F0222:MyProject VCDev$pod安装
分析依赖关系
CocoaPods 1.0.0.beta.6已经上市。
要更新,请使用:`gem install cocoapods--pre`
[!]这是我们希望您尝试的测试版本。
有关更多信息,请参阅http://blog.cocoapods.org
以及此版本的更改日志http://git.io/BaH8pQ.
下载依赖项
使用AFN网络(2.6.3)
使用CRToast(0.0.9)
使用Crashlytics(3.7.0)
使用织物(1.6.6)
使用SWRevealViewController(2.3.0)
安装TPKeyboard(1.2.11)
生成Pods项目
2016-03-16 11:23:15.680 ruby[2713:48496][MT]DVTAssertions:ASSERTION FAILURE in/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-9548/IDEFoundation/Initialization/IDEInitialization.m:590
详细信息:断言失败:\ u initializationCompletedSuccessfully
函数:BOOL ideInitializedForUserInteraction()
线程:{number=1,name=main}
提示:无
回溯:
0 0x000000010d2c8f7f-[DVTAssertionHandler handleFailureInFunction:文件名:行号:断言签名:消息格式:参数:](在DVTFoundation中)
1 0x000000010d2c870c\u DVTAssertionHandler(位于DVT地基中)
2 0x000000010d2c8978\u DVTAssertionFailureHandler(在DVT基础中)
3 0x000000010d2c88da\U DVTAssertionFailureHandler(在DVTFoundation中)
4 0x000000010e7c354d IDEIsInitializedForUserInteraction(在IDEFoundation中)
5 0x00000001113f8631+[PBXProject projectWithFile:errorHandler:readOnly:](在DevToolsCore中)
6 0x00000001113fa1b6+[PBXProject projectWithFile:errorHandler:](在DevToolsCore中)
7 0x00007fff8667af44 ffi_调用unix64(在libffi.dylib中)
中止陷阱:6
我已经尝试了以下解决方案

  • 更新Cocoapods
  • 卸载并重新安装CoCoapod
  • 你检查了吗?你检查了吗?