如何将 haru 库添加到 Xcode 4.1 项目
我最近找到了用于 pdf 生成的 haro 库,并从 https://github.com/akisute/iPhonePDF< 获取了 iPhonepdf 示例/a>,该示例工作正常,但实际上我无法在我的项目中使用该库,我按照 http://kishorek.com/?s=pdf&searchsubmit= 说,但最后我得到了错误:
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm -gcc-4.2 失败,退出代码 1
有没有人可以使用它来帮助...
提前致谢
i recently find haro library for pdf generation and i get a iPhonepdf sample from https://github.com/akisute/iPhonePDF, the sample works fine but actually i could nt use the library in my project, i do step by step as http://kishorek.com/?s=pdf&searchsubmit= said, but finally i got error :
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1
is there anyone to use it before to help ...
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你只想使用 haru 库吗?如果不是真的需要......那么下面的链接非常适合生成任何类型的PDF。此外,在这个链接中操作函数真的很容易。集成也太容易了,不需要任何额外的框架,而且速度也很快。请点击链接
http://www.ioslearner.com/generate-pdf-programmatically-iphoneipad/
Do you only want to use haru library?? If it is not really needed.. then below link is really good for generating any type of PDFs. Also manipulating functions inside this link is really easy.. And integrations is also too easy without any additional framework and also fast.... Please follow the link
http://www.ioslearner.com/generate-pdf-programmatically-iphoneipad/