AAChartKit
AAChartKit copied to clipboard
不支持macOS
pod install 之后提示:
[!] The platform of the target AAChartTest (macOS 11.3) is not compatible with AAChartKit (6.0.0), which does not support macOS.
按照 readme 文档中所说, 不指定版本号, 使用 AAChartKit 最新的内容试试
pod 'AAChartKit', :git => 'https://github.com/AAChartModel/AAChartKit.git' pod 'AAChartKit' 不指定版本号,依然报同样的错误