For questions specific to the usage and features of CocoaPods version 1.0.1. Use the more generic [cocoapods] tag where possible.
Questions tagged [cocoapods-1.0.1]
26 questions
141
votes
16 answers
Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo
When running pod repo update the following error is generated:
Updating spec repo `master`
[!] Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down
Using cocoapods 1.0.1
I'm…

Ivan M.
- 2,941
- 3
- 13
- 10
43
votes
1 answer
UI Testing Failure - Failure getting snapshot for element Error -25201
I currently encountered this issue while running my UI Tests for iOS
Assertion Failure: UI Testing Failure - Failure getting snapshot Error Domain=XCTestManagerErrorDomain Code=9 "Error -25201 getting snapshot for element {pid=84523}"…

Abs F.
- 431
- 4
- 3
6
votes
1 answer
Updating Pod is not Working
I know this question is previously asked and I review that asked question answers but still I am facing this error.
[!] Failed to connect to GitHub to update the CocoaPods/Specs specs
repo - Please check if you are offline, or that GitHub is…

Kuldeep
- 4,466
- 8
- 32
- 59
5
votes
3 answers
RPC failed; curl 56 SSLRead() return error -9806 MiB/s
I am trying to install my cocoa pods.
After doing everything and installing it i got the error :
[!] Unable to add a source with url git@github.com:CocoaPods/Specs.git named master-1
And to fix that error I tried:
cd ~/.cocoapods/repos
git…

alibabaei12
- 161
- 1
- 2
- 9
4
votes
1 answer
Create Private CocoaPod that uses other Pod
I am trying to create a private CocoaPod that I will use/install in another project lets call my pod "MyPod" and my project "MyProject".
MyPod is depending on another pod called BMSSecurity. Here you can see the Podfile for MyPod:
target 'MyPod' do
…

Bodlund
- 81
- 8
4
votes
2 answers
I'm trying to make a vendored_frameworks in Cocoapods
What I'm looking to do is create a cocoa pod that does not show my implementation of my source code. I was told you could use "s.ios.vendored_frameworks" and embed your framework like how iOS does for it's frameworks. What I want to do is embed my…

Havic
- 99
- 1
- 6
3
votes
1 answer
pushing private pod
I am creating my own private pod. I have complete all step. But in last step when we call
pod trunk push AffleChat_msy1.podspec
We got error like
[!] Source code for your Pod was not accessible to CocoaPods Trunk. Is
it a private repo or…

Mahendra Y
- 1,941
- 20
- 26
3
votes
0 answers
Firebase | Cocoa Pod with framework
Our code structure is as follows,
We have a Framework A for iOS , which Application going to link and embed as a link as a binary inside Xcode,
Framework A pod file is
target 'iosFramework' do
# Uncomment this line if you're using Swift or…

Amitg2k12
- 3,765
- 10
- 48
- 97
3
votes
1 answer
Cocoa pod: No such file or directory
I have already a projects in which cocoapod was working fine previously but somehow now when I am trying to include new file. I am getting below error.
/Users/username/.podenv/libexec/../libexec/podenv-exec: line 31:…

Gaurav Pandey
- 1,953
- 3
- 23
- 37
2
votes
0 answers
include of non-modular header error in a swift framework
We have a swift framework in which we have created a custom modulemap to import CardIO.h from CardIO library which is a static framework.
But after doing that we are getting this error: "include of non-modular header inside framework module". any…

user1452936
- 555
- 1
- 6
- 14
2
votes
2 answers
CocoaPods 'pod lib create' not generating Podfile
I've previously (and successfully) been able to create a Pod before running:
"pod lib create os-nsthreading"
But since updated to 1.0.1 the script seems to fail in creating Podfile, thus not creating the required .workspace file:
What language do…

MrChrisBarker
- 141
- 2
- 11
2
votes
2 answers
Unable to find a specification for `podName`
I am unable to find podSpec for any pod listed in my Podfile. My Podfile looks like this:
use_frameworks!
target 'MyTargetName' do
pod 'Gloss'
pod 'IQKeyboardManagerSwift'
pod 'ICViewPager'
pod 'SkyFloatingLabelTextField'
pod…

Aleksandar
- 1,457
- 13
- 30
2
votes
2 answers
Why do cocoapod create a dummy class for every pod?
Just as title described. I do not understand why does it did that?

zylenv
- 942
- 4
- 13
2
votes
0 answers
Cocoapds podspec lib lint error
Pod::Spec.new do |s|
s.name = "CommonFramework"
s.version = "1.0.0"
s.summary = "Egova iOS Common Framework"
s.description = <<-DESC
数字政通iOS客户端框架模块
DESC
s.homepage =…

Z.Hua
- 21
- 1
1
vote
0 answers
How can I integrate quickblox framework with objective c headers files, in my swift project?
I am integrating Quickblox Framework for chat feature into my own app in Xcode 8.2 using Swift 3.0.
But while importing header files of Quickblox Framework in bridging header file, its giving errors
Has anyone done this kind of integration of…

hitesh
- 11
- 2