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

落花浮王杯 提交于 2019-12-02 11:09:07

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.

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!

'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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!