AAChartKit
AAChartKit copied to clipboard
demo运行正常,但是输出报警提示
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}
参考:
- https://stackoverflow.com/questions/69902932/error-acquiring-assertions-what-is-that
应该跟苹果新增的隐私政策有关.
@AAChartModel 根据你提供的🔗,这似乎是一个无法解决的问题,请问下这个问题会影响app的上架吗
应该不影响上架,目前为止没有什么人给我发过因为使用这个导致上架失败的问题。
@AAChartModel 再请教一个问题,AAChartKit是不是没有点击空白处的回调? 有个需求需要在用户点击空白处,dataLabel消失的时候实现一个功能
暂时没有这个功能,主要是没找到highcharts有提供这个接口
@lannastudio 新增了支持点击空白处回调功能, 参考:
- https://github.com/AAChartModel/AAChartKit/issues/1480