Core Plot iOS 编译器错误 Xcode 11.0- swift

Core Plot iOS compiler error with Xcode 11.0- swift

我有一个使用 CorePlot iOS 库的应用程序。 此应用程序在使用 Xcode 10 编译时运行良好。 但是,升级到 Xcode 11.0 后,我收到以下错误消息:

隐式转换改变符号:'CGColorRenderingIntent'(又名'enum CGColorRenderingIntent')到'unsigned long'

在 CPTImage.m 中的第 481 行。

我该如何解决这个错误?

确保您使用的是 release-2.3 分支的最新代码。此错误已于 6 月修复。