Closed GoogleCodeExporter closed 8 years ago
We will update Core Plot when the Mountain Lion dev tools are released to the
public.
Original comment by eskr...@mac.com
on 11 May 2012 at 12:51
Related to issue 442.
Original comment by eskr...@mac.com
on 26 Jun 2012 at 10:29
Now that Mountain Lion and the dev tools have been released to the public when
can we expect a fix to CorePlot?
Thanks
Original comment by timjk...@gmail.com
on 26 Jul 2012 at 5:55
Hopefully by next weekend.
Original comment by eskr...@mac.com
on 26 Jul 2012 at 10:52
This issue was closed by revision aec950cf7128.
Original comment by eskr...@mac.com
on 28 Jul 2012 at 8:35
I entered the changes from revision aec950cf7128. When I try to build I get the
following error in CPTColor.m
355 NSString *newKey = [[NSString alloc]
initWithFormat:@"CPTColor.component[%u]", i];
CorePlot_1.0/Source/framework/Source/CPTColor.m:371:78: Format specifies type
'unsigned int' but the argument has type 'size_t' (aka 'unsigned long')
371 NSString *newKey = [[NSString alloc]
initWithFormat:@"CPTColor.component[%u]", i];
CorePlot_1.0/Source/framework/Source/CPTColor.m:355:77: Format specifies type
'unsigned int' but the argument has type 'size_t' (aka 'unsigned long')
Original comment by timjk...@gmail.com
on 3 Aug 2012 at 1:18
If you're updating an old version and not updating to the latest code, there
were a couple of older revisions that will help you.
http://code.google.com/p/core-plot/source/detail?r=16f8c6cf6b74e3f67d0986b71b028
bb37cc175e8
http://code.google.com/p/core-plot/source/detail?r=74cb5acef0ae2f09cf623465bbf71
278bcb6c078
Eric
Original comment by eskr...@mac.com
on 3 Aug 2012 at 9:18
I am running on the 1.0 version of the code - should I download the latest
source?
Original comment by timjk...@gmail.com
on 7 Aug 2012 at 1:35
Yes, the latest source should work fine in Xcode 4.4.
Original comment by eskr...@mac.com
on 7 Aug 2012 at 11:12
Original issue reported on code.google.com by
joach...@gmail.com
on 10 May 2012 at 5:41