我正在尝试运行 CorePlot 的 CPTTestApp-iPhone 示例项目,但无法构建。它给了我以下错误:
NSUInteger loc = MAX(0, (NSInteger)range.location - expandBy);
在“CPTUtilities.m”中的代码行中,“? 的操作数将签名:'int' 更改为'NSUInteger'(又名'unsigned int') ”
关于为什么会发生这种情况的任何想法?
这是一个已知问题并已修复。看一看:
http://code.google.com/p/core-plot/issues/detail?id=501&can=1&sort=-id