Cocoapods1.3.2 Xcode8 pod install Create a Pods Abort trap project: 6

192: podss etcxm $ pod install --verbose Preparation

Dependency analysis

Checking goals for integration Using the ARCHS parameter to build target Pods-podss : (``)

Podfile dependency Podfile

Comparison of allowed specification with FMDB sandbox manifest

Dependency loading

-> Install FMDB (2.6.2)

Copying FMDB from /Users/etcxm/Library/Caches/CocoaPods/Pods/Release/FMDB/2.6.2-854a0 to Pods/FMDB - Launching Pre-Installed Hooks Generating Pods Project - Creating Pods Project - Adding Source Files to Pods Project - Adding frameworks for the Pods project - Adding libraries to the Pods project - Adding resources to the Pods project - Linking headers - Setting goals - Setting the target FMDB iOS 4.3 - Setting the target Pods-podss iOS 8.0 - Starting hosts - Writing the Xcode project file to Pods/Pods.xcodeproj - Create deterministic UUID Trap interrupts: 6

I tried reinstalling cocoa pods but could not.

+7
install xcode8 cocoapods
source share
2 answers

My solution was:

Removing all stones from coco-capoids:

 sudo gem uninstall cocoapods sudo gem uninstall cocoapods-core sudo gem uninstall cocoapods-deintegrate sudo gem uninstall cocoapods-downloader sudo gem uninstall cocoapods-plugins sudo gem uninstall cocoapods-search sudo gem uninstall cocoapods-stats sudo gem uninstall cocoapods-try sudo gem uninstall cocoapods-trunk 

Then install the latest version of the preview version:

 sudo gem install cocoapods --pre 
+15
source share

First, uninstall Ruby 2.3.1 and install version 2.2.5 , and then reinstalling cocoapods can solve your problem.

Please try and let me know if you will fix your problem.

+4
source share

All Articles