volcengine / TTSDK-iOS

MIT License
17 stars 8 forks source link

Unable to find a specification for `libwebp` depended upon by `TTSDK/Image` #2

Open ghost opened 3 years ago

ghost commented 3 years ago

pod版本: 1.9.3



podfile: source 'https://github.com/volcengine/volcengine-specs.git'

target 'DEMO_ImageX' do

pod 'TTSDK', '1.1.0.4', :subspecs => [ 'Image', ] ……



问题: [!] Unable to find a specification for libwebp depended upon by TTSDK/Image

You have either:

BillballSun commented 2 years ago

你试试这样写 source 'https://github.com/CocoaPods/Specs.git' source 'https://github.com/bytedance/cocoapods_sdk_source_repo.git' source 'https://github.com/volcengine/volcengine-specs.git'

BillballSun commented 2 years ago

是让加一个 source 源,不是全都用火山 source 源