pod install执行报错
pod install执行报错
[!] The 'Pods-UniAppDemo' target has libraries with conflicting names: libsdwebimage.a
环境
- cocopods:1.15.2
- xcode:14.0.1
Podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
target 'UniAppDemo' do
# Comment the next line if you don't want to use dynamic frameworks
#use_frameworks!
# Pods for UniAppDemo
pod 'unimp', :subspecs => [
'Core', ## 核心库
]
end