Questions tagged as 'pods'

1
answer

JSQMessagesViewController And GeoFire are not compatible?

I am working on an application in Xcode with Swift 3 for IOS where I am using GeoFire to know the location of the users but when I try installing the JSQMessagesViewController pod in my project I get an error with GeoFire:    "Firebas...
asked by 22.02.2017 / 21:45
0
answers

Install pod for Material Design swift 4

I am doing an application with Xcode 9.4.1 with swift 4. I would like to include the MaterialDesign components, however, it is not working for me. This is my Podfile source 'https://github.com/CocoaPods/Specs.git' target 'ProbandoMDC' do...
asked by 30.06.2018 / 05:19
1
answer

Uninstall Cocoapods pod in XCode

Recently I added a podfile with the references to use the google maps framework to my project with swift in Xcode 9.3.1 source 'https://github.com/CocoaPods/Specs.git' target 'MyApp' do pod 'GoogleMaps' pod 'GooglePlaces' end It wo...
asked by 29.06.2018 / 18:26