【发布时间】:2019-09-24 18:58:06
【问题描述】:
我有一个使用 CorePlot iOS 库的应用程序。 这个应用程序在使用 Xcode 10 编译时运行良好。 但是,升级到 Xcode 11.0 后,我收到以下错误消息:
隐式转换将签名:'CGColorRenderingIntent'(又名'enum CGColorRenderingIntent')更改为'unsigned long'
在 CPTImage.m 的第 481 行。
我该如何解决这个错误?
【问题讨论】:
标签: ios swift core-plot xcode11