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
1
vote
1 answer
Git push failed when I updated the cocoaPods
In order to fit iOS 10,I have to update these 3-part in cocoaPods,so I had updated the cocoaPods to it's newest version.APP works fine,but when I use git push, the terminal require me to input username and password for github,however,the terminal…

无夜之星辰
- 5,426
- 4
- 25
- 48
1
vote
1 answer
The wrong Ruby version when working with cocoapod
Our project is written in Objective-C, and use an old version of cocoapod (0.38.0).
All my colleagues use the old version of Ruby (2.0.0).
I have the latest version of Ruby (2.3.1), so I need to install more the old Ruby version (2.0.0) as my…

chipbk10
- 5,783
- 12
- 49
- 85
1
vote
0 answers
Xcode iOS Unit Testing: Class is implemented in both. One of the two will be used. Which one is undefined
I'm trying to test my app which uses a cocoapod. The tests won't run without me adding the cocoapod to the test target in the pod file, but when I do that, it produces the following error:
Class ~ is implemented in both ~AppTarget and ~AppTests.…

Scott
- 330
- 3
- 15
0
votes
0 answers
webrtcstreamer No sound with audio
vue + webrtcstreamer, and rtsp``
import { WebRtcStreamer } from '../compisition/webrtcstreamer'
import '../compisition/adapter.min'
player = new WebRtcStreamer('oneScreenVideo','http://192.168.xx.xx:8000')
player.connect(video.value.videoUrl)
Play…

杨超越工作室
- 1
- 1
0
votes
1 answer
XCode build fails when switching from iphone to pad or vice versa
When building and testing in Xcode and running the app on let's say, ipad and then want to switch to iphone, I get the following build errors:
ld: warning: ignoring file /xxx/Build/Products/Debug- iphoneos/libCTCheckbox.a, file was built for…

potlood
- 41
- 6
0
votes
1 answer
xcode 7.3.1: Build Failed when using cocoapods 1.0.1
I successfully "pod install" a dependency of "AwesomeTextField" in a simple project via cocoapods.
Here is the Podfile:
However, when I build the project. It gives me an error.
I open the project via clicking CoTe.xcodeproj. Any solutions? Thanks…

user6702783
- 223
- 4
- 14
0
votes
1 answer
Is it possible to include xcconfig into one that generated by CocoaPods
The question is: the CocoaPods generates the xcconfig file for my project and I want to include my xcconfig file as a dependency into it. Am I able to do in for example in post_install hook?
I've only found that the XCBuildConfiguration has…

Antondomashnev
- 51
- 6
0
votes
0 answers
i can't install my pod,what is 'Could not load keyring'
I used pod install command, but I'm getting the following errors
[!] Unable to find a specification for 'Keys'.
and
[!] Unable to load a podspec from Keys.podspec, skipping: Could not
load keyring
What could be the problem?

bladewill
- 9
- 1
0
votes
0 answers
How to resolve error- module of GoogleMap not found ? using cocoa pods
platform :ios, ‘7.0’
target 'ConsumerApp' do
pod 'AFNetworking', '~> 3.0'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'GoogleMaps'
end
target 'ConsumerAppTests' do
end

user3829315
- 169
- 2
- 10
0
votes
1 answer
Can't upgrade cocoapods from 1.0.0 to 1.0.1
$ gem update cocoapods
Updating installed gems
Nothing to update
$ pod --version
1.0.0
==========================================
$ gem install cocoapods
Successfully installed cocoapods-1.0.1
Parsing documentation for cocoapods-1.0.1
Done…

interchen
- 57
- 8
0
votes
1 answer
when installing webRtc quickblox podfile for adding video calling feature the terminal displaying "dependency target not used in any target" error
podfile content
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
pod 'Quickblox-WebRTC', '~> 2.2'
pod 'QuickBlox'
The dependency Quickblox-WebRTC (~> 2.2) is not used in any concrete target.
The dependency QuickBlox is not used…

Naveen Raj
- 1
- 2