Closed rwalbergpd closed 4 years ago
@rwalbergpd
I think I had the same issue. For me, all of the downloads which referenced the master repo broke after adding the cocoapods-art
plugin.
I fixed this by adding the following line after the plugin 'cocoapods-art'
definition
source 'https://github.com/CocoaPods/Specs.git'
Thanks @henribeck but that’s a different problem. None of my pods are supposed to reference the master repo, and after I do a pod install, they all do.
Hi @rwalbergpd I had the same issue and I resolved it updating the cocoapods and cocoapods-art versions. Those are the versions I'm using now without that issue
cocoapods -> 1.8.3
cocoapods-art -> 1.0.4
Hi @rwalbergpd , were you able to resolve this issue? I am also getting similar output and podfile.lock
has diffs.
Using cocoapods-art-1.0.2.gem
with cocoapods-1.9.1
@ashokds I am using cocoapods-art-1.0.4
with cocoapods-1.8.4
and it's working.
I have been using CocoaPods successfully with Artifactory for over a year with CocoaPods 1.5.3.
Today I updated to 1.7.5 and did a
$ pod install
, and I started getting this:This isn't right, since the
Podfile.lock
says they come from Artifactory.Nothing has changed in my Podfile. It still says this:
Is CocoaPods 1.7.5 not supported by the cocoapods-art gem?