Search code examples
ioscocoapodstestflight

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


I'm trying to do

pod install

and I get the following error:

[!] Unable to find a specification for TestFlightSDK (= 3.0.0)

I tried

pod update

and I get the same error:

[!] Unable to find a specification for TestFlightSDK (= 3.0.0)

Why is this occurring?

I tried the following and still getting error:

pod repo remove master

pod setup

I also did a

$pod repo list

and got:

master - Type: git (master)

- URL: https://github.com/CocoaPods/Specs.git

- Path: /Users/myUser/.cocoapods/repos/master

I then did a

$ pod search TestFlightSDK

and it could not the pod:

[!] Unable to find a pod with name matching `TestFlightSDK'


Solution

  • I'm answering this on my own until I see a better answer: According to the following article, Testflight shutdown and incorporated with iTunes connect or you can read it here straight from Apple.