ios - CocoaPods: Unable to find a specification for `TestFlightSDK (= 3.0.0)` -


i'm trying

pod install

and following error:

[!] unable find specification testflightsdk (= 3.0.0)

i tried

pod update

and same error:

[!] unable find specification testflightsdk (= 3.0.0)

why occurring?

i tried following , still getting error:

pod repo remove master

pod setup

i did

$pod repo list

and got:

master - type: git (master)

- url: https://github.com/cocoapods/specs.git

- path: /users/myuser/.cocoapods/repos/master

i did

$ pod search testflightsdk

and not pod:

[!] unable find pod name matching `testflightsdk'

i'm answering on own until see better answer: according following article, testflight shutdown , incorporated itunes connect or you can read here straight apple.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -