core plot 1.0 with iPhone 5 and Xcode 4.2 - 'CorePlot0' does not contain a valid pid Error on compilation

前端 未结 3 375
夕颜
夕颜 2021-01-28 05:56

I have followed installation steps from the core plot in Application url. As defined in subject, core plot version is 1.0 which was tried with iPhone 5.0 Simulator in Xcode 4.2.

相关标签:
3条回答
  • 2021-01-28 06:05

    I was also getting the similar error but on adding only the CorePlotHeaders folder to my xcode project solved the problem. Earlier I had the entire framework which I had downloaded in the project and it gave me that error. Now it works!

    0 讨论(0)
  • 2021-01-28 06:06

    'CorePlot0' does not contain a valid pid

    Caused when we validated project and changed from GCC to LLVM

    Removed checkformisalignedlayers.d reference from project.

    Built ok. Not sure how it affects charts.

    0 讨论(0)
  • 2021-01-28 06:21

    Problem solved.CorePlot installation is working perfectly now.

    as per existing example.header path details is set with framework path.and I've added framework directory in application.

    but instead of adding framework directory in application only need to add CorePlotHeaders directory.

    hope, answer could help to others.

    0 讨论(0)
提交回复
热议问题