gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Works on Simulator, not on Device, BAD_ACCESS issue #287

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Launch the ViewController that contains the definition/creation of the plot

What is the expected output? What do you see instead?

The expected issue is to see my plot and navigate in my app. 
Instead i got a BAS_ACCESS error

What version of the product are you using? On what operating system?

I'm using iOS 4.3.1(8G4) on my iPhone (3GS), and Xcode 4.0.2.

Before i install Xcode 4, it was working both on my phone and the simulator, 
now, it only works on the simulator.
I had an error wich said "libXcodeDebuggerSupport.dylib not found", I copied 
that file in the directory: 
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.1 
(8G4)/Symbols/usr/lib I dont have this error now, but still not working.

The BAD_ACCESS appears on this line:
[self presentModalViewController:controller animated:YES];

I give you informations about my build settings:

Architecture: Standard(armv6 armv7)

Build active Architecture only:YES

C/C++ compiler version: LLVM GCC 4.2

other linker flags: -all_load -ObjC

My header search path is OK (I think, it works on Simulator)

I'm pretty sur my code is not so bad, cause it was working before Xcode 4. But 
here I'm stuck.

Tell me if you need to see my code, or anything else I can do to help you to 
help me :)

Original issue reported on code.google.com by cyril.ma...@gmail.com on 6 Jun 2011 at 9:08

GoogleCodeExporter commented 9 years ago
I just pushed a fix for CPTAxis that might fix this issue. Please pull the 
latest code with Mercurial, give it a try, and let us know if this issue should 
be closed.

Original comment by eskr...@mac.com on 30 Jun 2011 at 12:26

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 29 Oct 2011 at 5:32