Crash Core Plot库

时间:2016-05-16 08:10:51

标签: objective-c macos core-plot

我正在使用从MAC应用程序中的https://github.com/core-plot/core-plot/releases下载的核心图库2.0版来生成条形图。当我在OSX 10.8和10.7应用程序崩溃上安装应用程序时。它在10.8.3以上工作得很好。链接器标志是-ObjC,并且-all_load已在构建设置中设置。

我在日志中遇到问题。任何人都可以看看问题,并帮助我解决。

-[NSColorSpaceColor CGColor]: unrecognized selector sent to instance 0x7ff4caa6e0c0
-[NSColorSpaceColor CGColor]: unrecognized selector sent to instance 0x7ff4caa6e0c0

2016-05-10 11:39:17.072 [375:807] (
    0   CoreFoundation                      0x00007fff8f781d16 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff96a329ea objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8f80ccfe -[NSObject doesNotRecognizeSelector:] + 190
    3   CoreFoundation                      0x00007fff8f76f073 ___forwarding___ + 371
    4   CoreFoundation                      0x00007fff8f76ee88 _CF_forwarding_prep_0 + 232
    5   CorePlot                            0x0000000101720cbf +[CPTTextStyle(CPTPlatformSpecificTextStyleExtensions) textStyleWithAttributes:] + 191
    6   CorePlot                            0x000000010170e3ee -[CPTTextLayer initWithAttributedText:] + 62
    7   CorePlot                            0x00000001017083b8 -[CPTAxis updateAxisLabelsAtLocations:inRange:useMajorAxisLabels:] + 1880
    8   CorePlot                            0x00000001017089cc -[CPTAxis relabel] + 700
    9   CorePlot                            0x000000010170985a -[CPTAxis layoutSublayers] + 42
    10  QuartzCore                          0x00007fff9378e9aa _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 312
    11  QuartzCore                          0x00007fff9378deec _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 308
    12  QuartzCore                          0x00007fff9378dc74 _ZN2CA11Transaction6commitEv + 274
    13  QuartzCore                          0x00007fff9378d275 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 63
    14  CoreFoundation                      0x00007fff8f741f37 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    15  CoreFoundation                      0x00007fff8f741e96 __CFRunLoopDoObservers + 374
    16  CoreFoundation                      0x00007fff8f7168e2 CFRunLoopRunSpecific + 258
    17  HIToolbox                           0x00007fff951b6c57 RunCurrentEventLoopInMode + 277
    18  HIToolbox                           0x00007fff951be33d ReceiveNextEventCommon + 355
    19  HIToolbox                           0x00007fff951be1ca BlockUntilNextEventMatchingListInMode + 62
    20  AppKit                              0x00007fff903b73e9 _DPSNextEvent + 659
    21  AppKit                              0x00007fff903b6cf0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    22  AppKit                              0x00007fff903b368d -[NSApplication run] + 456
    23  AppKit                              0x00007fff90630cfb NSApplicationMain + 860
    )

0 个答案:

没有答案