AAChartKit-Pro icon indicating copy to clipboard operation
AAChartKit-Pro copied to clipboard

pod导入会crash

Open xbindai opened this issue 1 year ago • 1 comments

pod 'AAChartKit-Pro', '0.0.6' ,运行后crash,如下图⬇️

iShot_2023-12-18_19 38 59 iShot_2023-12-18_19 40 11

xbindai avatar Dec 18 '23 11:12 xbindai

请将这里的

    NSString *bundlePath = [resourcePath stringByAppendingPathComponent:@"/AAChartKitLib.bundle"];

改成

    NSString *bundlePath = [resourcePath stringByAppendingPathComponent:@"/AAChartKit-Pro.bundle"];

再试试.

AAChartModel avatar Dec 18 '23 12:12 AAChartModel