Xcode 8 cocoapods abort trap: 6

For me, I solved this issue by uninstalling and then again installing CocoaPods with –pre with the command sudo gem uninstall cocoapods sudo gem install cocoapods –pre Hopefully this will solve your problem. Update CocoaPods has released version 1.2.0, so you can now install using sudo gem install cocoapods And you will get version 1.2.0 … Read more

Error on pod install

If you landed here on or after January 30th 2014, there is a break in CocoaPods causing this. Please read the related blog post found here: http://blog.cocoapods.org/Repairing-Our-Broken-Specs-Repository/ or do: pod repo remove master pod setup

CocoaPods – use specific pod version

In your Podfile: pod ‘AFNetworking’, ‘1.2.0’ Check ‘Get started’ at http://cocoapods.org Once this is done, you can then issue a pod update in the terminal for the change to take place. Of course, this needs to be done from your project’s top level folder. If the update does not occur, edit your Podfile.lock file and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)