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?
The solution here works for me: https://stackoverflow.com/questions/39980096/xcode8-cocoapods-abort-trap6
sudo gem uninstall cocoapods
sudo gem install cocoapods --pre
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With