iphone - how to install coreplot on mac and use it for ios applications -


i downloaded latest coreplot installer site , extracted package file procedure mentioned in installer followed

  1. add project's .pch file:

    #import < coreplot/coreplot.h >

  2. open project -> edit project settings , configurations:

    3a. add additional sdks:  

(system) /library/sdks/coreplotsdk/${platform_name}.sdk

i checked there no sdk in following path

(user)${home}/library/sdks/coreplotsdk/${platform_name}.sdk

i added additional sdks

   3b. add other linker flags:     -objc -all_load -lcoreplot  

4 add quartzcore framework project.

after step tried run application lot of errors being displayed errors are : warning: "__iphone_os_version_min_required" redefined warning: location of previous definition error: syntax error before '^' token error: 'type name' declared function returning function

how correct error?

  1. add cpgraph application.//how add cpgraph

any detailed description on how install this.urgently required

you can without complications please navigate link:

instructions using core plot in os x or iphone/ipod touch application

read wiki section , luck.


Comments