piaoyongren / core-plot

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

Core Plot seems to crash my App (EXC_BAD_ACCESS) in IOS 4.1 and Xcode 3.2.4 #220

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Previously i was running it with old version of xcode and ios 3.1.4. it was 
working fine
2.Now i updated xcode version to 3.2.4. (with Snw Leopard) and IOS 4.1 iPhone
3. I migrate to new CorePlot library.
4. I have the Warning message
"The view outlet of File's Owner is connected to Graph Hosting View but 
CPGraphHostingView is not a kind of UIView by the outlet type"

What is the expected output? What do you see instead?
Program reciived signal: "EXC_BAD_ACCESS" at execution.

What version of the product are you using? On what operating system?
Xcode 3.2.4 and core-plot alpharelease_0.2
My App was test with all version off Core Plot.
Version using CPGraphHostingView and CPlayerHostingView

Please provide any additional information below.
I set " -ObjC -all_load  " in Linker Flags for "Project Settings" and "Target 
Setting"

Original issue reported on code.google.com by pairno...@gmail.com on 28 Oct 2010 at 8:59

GoogleCodeExporter commented 8 years ago
Install the 0.2.1 version, and see if that helps.

Original comment by drewmcco...@mac.com on 28 Oct 2010 at 9:38

GoogleCodeExporter commented 8 years ago
Even if the 0.2.1 version, I have the same result:
 - "The view outlet of File's Owner is connected to Graph Hosting View but CPGraphHostingView is not a kind of UIView by the outlet type" Warning Message
 - Program reciived signal: "EXC_BAD_ACCESS"

Original comment by pairno...@gmail.com on 28 Oct 2010 at 10:44

GoogleCodeExporter commented 8 years ago
This is a Warning message of compilation of my xib file.
I drop the links in Interface Builder and I recreate them, but the warning 
message is still display.

Original comment by pairno...@gmail.com on 28 Oct 2010 at 10:47

GoogleCodeExporter commented 8 years ago
Try File -> Reload All Class Files in Interface Builder. It may not have picked 
up the name change to CPGraphHostingView.

Original comment by eskr...@mac.com on 28 Oct 2010 at 10:11

GoogleCodeExporter commented 8 years ago
I meet the same problem with CorePlot 0.2.1, beside above problems, I meet some 
more:

- The CorePlot also does not recognize the UIPinchGestureRecognizer, so I have 
to comment out the related codes.

- When I build examples of CorePlot for iPhone is ok, but when I try to build 
my app to simulator, I got 42 error which are relate to 
"objc-class-ref-to-...", "_OBJC_CLASS_$..."...etc. I just can build to device 
only :(

Original comment by hungson...@gmail.com on 29 Oct 2010 at 4:37

GoogleCodeExporter commented 8 years ago

Original comment by drewmcco...@mac.com on 8 Jan 2011 at 10:07