Question

My app works great with my iPhone and simulator. I am trying to check if everything is fine with the help of Instruments (first time I'm using it !), but the app stops, without any error or leak or whatever... It seems that core plot is the problem, especially the reloadData method. I didn't find any information on this problem... Any ideas ? Thanks in advance !

EDIT : It also terminates with [graph applyTheme:theme] and graphHostingView.hostedGraph = graph;

ANSWER : I have added -ObjC in Other Linker Flags and it works great now !

Was it helpful?

Solution

ANSWER : I have added -ObjC in Other Linker Flags and it works great now !

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top