使用核心图在iPhone中实现图表Graph

时间:2012-04-26 10:51:42

标签: iphone objective-c xcode xcode4 core-plot

我正在尝试使用链接实现绘图。

http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application

但至于支持我需要添加情节文件&框架。

How to install CorePlot framework correctly?

I am using xcode 4.1

将CorePlotHeaders复制到我的Xcode项目

将libCorePlotCocoaTouch.a复制到我的Xcode项目

在我的目标构建设置中添加其他链接器标记 -ObjC -all_load

xcode 4.1

中的

And please provide me any other best tutorials for Graph applications in xcode4.1

我有一个错误导致应用程序崩溃

由于未捕获的异常'NSInvalidArgumentException'而终止应用程序,原因:' - [NSCFString sizeWithTextStyle:]:无法识别的选择器发送到实例0x4e88e20'

首次调用堆栈: (     0 CoreFoundation 0x012865a9 __exceptionPreprocess + 185

1   libobjc.A.dylib                     0x000b4313 objc_exception_throw + 44
2   CoreFoundation                      0x012880bb -[NSObject(NSObject) 

doesNotRecognizeSelector:] + 187

3   CoreFoundation                      0x011f7966 ___forwarding___ + 966
4   CoreFoundation                      0x011f7522 _CF_forwarding_prep_0 + 50
5   ESPT                                0x00031b60 -[CPTTextLayer sizeThatFits] + 125
6   ESPT                                0x00031cab -[CPTTextLayer sizeToFit] + 62
7   ESPT                                0x000316bf -[CPTTextLayer initWithText:style:] + 188
8   ESPT                                0x0002bf69 -[CPTAxis 

1 个答案:

答案 0 :(得分:2)

转到您项目的构建设置 - > 关联选项

见这里:

enter image description here