cocoapods-art icon indicating copy to clipboard operation
cocoapods-art copied to clipboard

Pod installation completed with 0 dependencies for local cocoapod repo from jfrog artifactory.

Open suniljakhar opened this issue 7 years ago • 2 comments

We are using jFrog artifactory repo and setup the cocoapod_local repo on artifactory. The pod install command executed successfully with 0 dependencies.

podfile

platform :ios, '8.0'

plugin 'cocoapods-art', :sources => [
  'CocoaPods'    
] 


target 'test4' do
end 

podspec file source tag

"source": { "http": "http://myOrg:8081/artifactory/CocoaPods/OpenSSL/1.0.210/OpenSSL.tar.gz", "sha1": "bdfbdb416942f666865fa48fe13c2d0e588df54f" }

Why it should not install the dependencies from local repo from artifactory.

suniljakhar avatar Jan 04 '19 10:01 suniljakhar

Have you updated local specs with pod repo-art update CocoaPods before pod install?

lursk avatar Jan 17 '19 09:01 lursk

@suniljakhar Did you find the solution for this?

Aishwaryalaxmi avatar Mar 22 '22 09:03 Aishwaryalaxmi