AAChartKit-Pro
AAChartKit-Pro copied to clipboard
pod导入会crash
pod 'AAChartKit-Pro', '0.0.6' ,运行后crash,如下图⬇️
请将这里的
NSString *bundlePath = [resourcePath stringByAppendingPathComponent:@"/AAChartKitLib.bundle"];
改成
NSString *bundlePath = [resourcePath stringByAppendingPathComponent:@"/AAChartKit-Pro.bundle"];
再试试.