Questions tagged [cocoapods-app]

An app that hosts all of the tooling needed to install and update CocoaPods in Xcode.

The CocoaPods.app application eases the workload for installing and using the CocoaPods dependency manager for Swift and Objective-C Cocoa development projects.

Edit your Podfile in a custom environment.

Have easy access to running pod install and pod update on your projects. It also supports running every CocoaPods command via a hosted Ruby environment.

Comprehensive editing tools. Supporting the whole CocoaPods DSL and auto-completing CocoaPods.

Makes it easy to add CocoaPods to a new project, or remove it from an existing one.

9 questions
11
votes
2 answers

How long does it take for a new custom CocoaPod to get uploaded to the pod trunk?

I just uploaded a new CocoaPod but it does not show up when I search for it on CocoaPod.org. How long would it take for it to show up on search?
Dido
  • 358
  • 3
  • 17
3
votes
3 answers

Retrieving image from asset folder - iOS

I'm writing a class to build a cocoapods and I want to get the image I placed in Assets.xcassets. The problem is always getting nil image. Are there anything I miss? Here is my podspec file : Here is the directory stucture : This is what I try to…
Raditya Kurnianto
  • 734
  • 1
  • 16
  • 42
1
vote
0 answers

Is cocoapods-keys is not support to macOS Ventura

I tried to run pod install, but it gives me the following error Cocoapods keys using deprecated syntax warning: 'SecKeychainOpen' is deprecated: first deprecated in macOS 12.0 - Custom keychain management is no longer supported…
Ron Gahlot
  • 1,396
  • 8
  • 18
1
vote
0 answers

In iOS Can we add public dependency in private pod?

I'am working on private pod. everything is ok but I am unable to import my library inside the project.Its giving me error no module found. But I'am able to import the dependencies that I'am using in pod such as Alamofire, Firebase. Please Suggest me…
1
vote
2 answers

getting compile Errors after run Pod install

I had some libraries in my project, but after I run pod install I get some compile errors, those Libraries were already installed with their specific version and were working fine before. this is the errors: XCode Pods compile errors Most errors are…
1
vote
1 answer

I want to remove firebase from my Xcode project installed with cocoapods

I want to remove firebase from my Xcode project installed with cocoapods how to manage thanks for your answer
1
vote
2 answers

pod "Setting up CocoaPods master repo" everytime I use "pod install"

I already have a Cocoapods master repo! But this is always happening. I already reinstalled this more than 10 times! By the way OS is EL Capitan 10.11.6 and my Cocoapods is 1.0.1. Please help. I can't get my Xcode 8 project to work.
thelunes
  • 35
  • 2
0
votes
0 answers

The document “podfile” could not be opened in CococaPods client

Use CococaPods client to open the podfile meet the error below: The document “podfile” could not be opened I also token pictures to show detail: You see, I can not open the podfile and Podfile.lock With the error: So, how to open the podfile…
aircraft
  • 25,146
  • 28
  • 91
  • 166
-1
votes
1 answer

Does updating Cocoapods update in all app versions?

I am using Cocoapods to manage my Admob/Google ad-related frameworks. My pod file is as follows: target 'SKGameTest' do use_frameworks! pod 'Firebase/Core' pod 'Firebase/AdMob' pod 'Google-Mobile-Ads-SDK' end I have updated Firebase and…
J.Treutlein
  • 963
  • 8
  • 23