twilio / cocoapod-specs

https://www.twilio.com/
10 stars 15 forks source link

Unable to find specification for TwilioVoice 2.0.0-beta15 #104

Closed ppierson closed 6 years ago

ppierson commented 6 years ago

I'm getting an error when trying to include the cocoapod pod 'TwilioVoice', '2.0.0-beta15':

[!] Unable to find a specification for `TwilioVoice (= 2.0.0-beta15)`

I am including the following sources in my pod file:

source 'https://github.com/twilio/cocoapod-specs'
source 'https://github.com/CocoaPods/Specs'
rbeiter commented 6 years ago

Hi @ppierson,

Your pod and source lines look good above. Did you run pod repo update to ensure you have the latest specs locally before running pod install?

Thank you, Randy

ppierson commented 6 years ago

That worked, thank you for the quick reply!