Cocoapods: pod install @repo_update no env sources Analyzing dependencies

Created on 1 Aug 2017  Â·  2Comments  Â·  Source: CocoaPods/CocoaPods

I get this issue:

$pod install
@repo_update
no env sources
Analyzing dependencies
[!] Unable to find a specification for AFNetworking (~> 3.1)


podfile :
platform :ios, '8.0'

ignore all warnings from all pods

inhibit_all_warnings!

target "FlyImage" do
pod 'AFNetworking', '~> 3.1'
pod 'libwebp', '0.6'
end


I had update my spec repo useing: pod repo update , and never work.

I want to know:
@repo_update
no env sources

what's happened to cocoapods by this string '@repo_update no env sources '?

Most helpful comment

I meet this q ,too

All 2 comments

I meet this q ,too

Hey there, this looks like a great example of a question that you should ask on StackOverflow - there is an active tag CocoaPods where people can help out with questions like this. We try to keep the CocoaPods issues focused only on bug reports for the tool, and for upcoming feature requests. Which this doesn't look like.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

steffendsommer picture steffendsommer  Â·  3Comments

dawnnnnn picture dawnnnnn  Â·  3Comments

soleares picture soleares  Â·  3Comments

tlandsmancars picture tlandsmancars  Â·  3Comments

Curtis-Halbrook picture Curtis-Halbrook  Â·  3Comments