0

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

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

但至于支持,我需要添加绘图文件和框架。

如何正确安装 CorePlot 框架?

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:]: unrecognized selector sent to instance 0x4e88e20”

第一次抛出调用堆栈:(0 CoreFoundation 0x012865a9 __exceptionPreprocess + 185

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

不识别选择器:] + 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 
4

1 回答 1

2

转到项目的Build Settings -> Linking Options

看这里 :

在此处输入图像描述

于 2012-04-26T10:55:30.097 回答