11

This is my pod file contents :

pod 'Firebase/Core pod 'Firebase/Auth’ pod 'Firebase/Database’ pod 'Firebase/Storage' pod 'SDWebImage'

The pods install but fail to cretae an xworkspace. It fails with Abort 6. I'm running Xcode 8.1 and on macOS 10.12.2 Beta. I have tried deleting and reinstalling the latest prerelease of pods. Any other solution?

Chaitanya Ramji
  • 271
  • 3
  • 8

1 Answers1

18

The solution here works for me: https://stackoverflow.com/questions/39980096/xcode8-cocoapods-abort-trap6

sudo gem uninstall cocoapods

sudo gem install cocoapods --pre
Community
  • 1
  • 1
ddiego
  • 3,247
  • 1
  • 28
  • 18