Questions tagged as 'cocoapods'

1
answer

View properties do not appear in Storyboard support

Hi, I've been struggling since I started programming on iOS with the use of Pods in projects, an example is when I install Floaty Pod without problems and when I use it I do not see the properties of the view and so on I can design my button....
asked by 04.11.2018 / 22:44
2
answers

Error updating project Pods

I am trying to update the Pods of my project but it tells me that it can not connect, this is what appears to me:    AlxMrcers-iMac: ~ alxmrcer $ cd / Users / alxmrcer / Desktop / proygym_fnl / gym       AlxMrcers-iMac: gym alxmrcer $ pod up...
asked by 01.12.2016 / 20:20
0
answers

RealmSwift Dependency in pod spec

I have a project in which I used Realm, which has been installed by pruning (pod 'RealmSwift'). Now, I want to make a private pod of the product and put RealmSwift as a dependency to install when someone installs my pod. I get the followin...
asked by 21.12.2018 / 08:41
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
1
answer

Problem with cocoapods

I have installed cocoapods, but when installing the pods in my project, I get the following error: Albertos-Mac:Proyecto1 alberto$ pod setup Setting up CocoaPods master repo [!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master...
asked by 20.07.2016 / 11:59
1
answer

Help error with the pods when running the xcode simulator on MAC

When I run my application in xcode, I get the following error: dyld: Library not loaded: @rpath/Toast_Swift.framework/Toast_Swift Referenced from: /Users/alberto/Library/Developer/CoreSimulator/Devices/40EB2EEE-A6DC-4E26-BDDF-D7AE7A5A6BEE/da...
asked by 20.07.2016 / 13:11