Core Plot on iPad Runs with Debugger, not Standalone
Posted
by phantomdata
on Stack Overflow
See other posts from Stack Overflow
or by phantomdata
Published on 2010-05-02T16:17:15Z
Indexed on
2010/05/02
16:28 UTC
Read the original article
Hit count: 462
Hey guys,
Thanks to Ole Begemann, I spent yesterday digging around in Core Plot to explore adding graphing to an iPad application that I've been working on. I was fairly satisfied with it, and wanted to show it off to a friend of mine - so I stopped the debugger, took the device off the dock, handed it over to my friend and pushed the icon. Lo, it started and then immediately crashed.
I figured that it was using the release profile, and on a whim went ahead and compiled and ran (through the debugger) under the release profile instead of the debug. As expected, it crashed right away with EXC_BAD_ACCESS.
I have added the relative path to the core plot to Release configuration and -all_load and -ObjC to the "other" linker flags - just like in the debugger profile and googled all around. IT seems that most people with this issue have forgotten to add the linker flags.
Does anyone have any suggestions for next steps in figuring out this issue?
© Stack Overflow or respective owner