简体   繁体   English

将CoreData源复制到XCode 4项目中

[英]Copy CoreData source into XCode 4 project

I'm trying to compile an iPhone app that uses CorePlot. 我正在尝试编译使用CorePlot的iPhone应用程序。 I'm using XCode 4. I already ask for a question here (http://stackoverflow.com/questions/5758653/cant-submit-app-with-coreplot-using-xcode4) but no answers yet. 我正在使用XCode4。我已经在这里提出了一个问题(http://stackoverflow.com/questions/5758653/cant-submit-app-with-coreplot-using-xcode4),但没有答案。

Is there a way to copy all the source code into my project and don't use additional SKDs or static libraries? 有没有办法将所有源代码复制到我的项目中,并且不使用其他SKD或静态库?

I just download the latest version of core plot using Mercurial, and copied the content of the "iPhoneOnly", "Source", "TestResources" folders and the CorePlot-CocoaTouch.h file. 我只是使用Mercurial下载了最新版的核心图,并复制了“ iPhoneOnly”,“ Source”,“ TestResources”文件夹和CorePlot-CocoaTouch.h文件的内容。 Then I executed this python file: CPNumericData+TypeConversions_Generation.py I have couple of warnings and this error: error: CorePlotProbes.h: No such file or directory 然后我执行了这个python文件:CPNumericData + TypeConversions_Generation.py我有几个警告和这个错误:error:CorePlotProbes.h:没有这样的文件或目录

Any ideas? 有任何想法吗?

you dont need to copy the source code into the project. 您不需要将源代码复制到项目中。 I got it working using CorePlot as SDK. 我使用CorePlot作为SDK使其工作。 Please see my other answer to your first question: Can't submit app with CorePlot using Xcode4 请查看我对第一个问题的其他答案: 无法使用Xcode4通过CorePlot提交应用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM