我一直收到这个错误:
Jan 31 13:56:51 Michaels-MacBook-Air.local CocoaDrawing[2129] <Error>: The function 'CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
我的程序没有直接调用这个方法,令人沮丧的是,我找不到任何关于这个函数的文档。
即使是一个空白的(Cocoa) Xcode项目也会发生这种情况。为什么我会得到这个错误?
发布于 2015-09-08 06:20:20
我遇到了这个问题。这是由一个过时的Wacom平板电脑驱动程序引起的。如果你已经安装了这样的驱动程序,我建议删除它,然后重新安装更新的驱动程序。这对我来说很有效。
https://stackoverflow.com/questions/21488070
复制相似问题