Open ghost opened 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
libwebp
TTSDK/Image
You have either:
你试试这样写 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'
是让加一个 source 源,不是全都用火山 source 源
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 byTTSDK/Image
You have either: