简体   繁体   中英

Error Installing twilio iOS SDK

Pod::StandardError - Unable to find the specification TwilioClient (1.2.9) in the twilio source. In the pod file: source ' https://github.com/twilio/cocoapod-specs ' pod 'TwilioClient', '~>1.2'

Please tell me how to resolve this issue.

I replaced below line in my podFile. see here https://www.twilio.com/docs/quickstart/php/ios-client

pod 'TwilioSDK', '~>1.2'

source ' https://github.com/CocoaPods/Specs.git '
platform :ios, '9.0'
use_frameworks!
pod 'TwilioSDK', '1.2.9'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM