AAChartModel / AAChartKit

📈📊🚀🚀🚀An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的现代化声明式数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
https://cocoapods.org/pods/AAChartKit
MIT License
4.73k stars 753 forks source link

demo运行正常,但是输出报警提示 #1385

Open marineabs opened 2 years ago

marineabs commented 2 years ago
2022-09-04 11:13:24.299053+0800 AAChartKitDemo[29132:9332299] [assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit}>
2022-09-04 11:13:24.299250+0800 AAChartKitDemo[29132:9332299] [ProcessSuspension] 0x1250041e0 - ProcessAssertion: Failed to acquire RBS assertion 'ConnectionTerminationWatchdog' for process with PID=29136, error: Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit}
2022-09-04 11:13:24.301278+0800 AAChartKitDemo[29132:9332299] [assertion] Error acquiring assertion: <Error Domain=RBSAssertionErrorDomain Code=2 "Specified target process does not exist" UserInfo={NSLocalizedFailureReason=Specified target process does not exist}>
2022-09-04 11:13:24.301351+0800 AAChartKitDemo[29132:9332299] [ProcessSuspension] 0x125004240 - ProcessAssertion: Failed to acquire RBS assertion 'WebProcess Suspended Assertion' for process with PID=29136, error: Error Domain=RBSAssertionErrorDomain Code=2 "Specified target process does not exist" UserInfo={NSLocalizedFailureReason=Specified target process does not exist}
AAChartModel commented 2 years ago

参考:

应该跟苹果新增的隐私政策有关.

lannastudio commented 1 year ago

@AAChartModel 根据你提供的🔗,这似乎是一个无法解决的问题,请问下这个问题会影响app的上架吗

AAChartModel commented 1 year ago

应该不影响上架,目前为止没有什么人给我发过因为使用这个导致上架失败的问题。

lannastudio commented 1 year ago

@AAChartModel 再请教一个问题,AAChartKit是不是没有点击空白处的回调? 有个需求需要在用户点击空白处,dataLabel消失的时候实现一个功能

AAChartModel commented 1 year ago

暂时没有这个功能,主要是没找到highcharts有提供这个接口

AAChartModel commented 1 year ago

@lannastudio 新增了支持点击空白处回调功能, 参考: