无法编译发布,可以进行调试吗? [iPhone]

发布于 2024-09-16 11:36:15 字数 374 浏览 1 评论 0原文

我正在尝试编译我的项目,包含 cocos2d 和标准 UIKit 部分,我正在尝试为 iphone 3g/3G 执行此操作。 问题是,当我构建它进行调试配置时,它就像黄油一样(没有错误)。但是,当我切换到发布版时,我遇到了 1300 多个错误,所有错误都类似于:

printscreen

几乎所有这些都包含 libxml 的问题。

我做错了什么?如果有人知道这一点,请分享这个无价的知识:) 预先

感谢我还在 UIKit 部分中使用 ToushXML

I'm trying to compile my project, containing cocos2d and standard UIKit part, i'm trying to do this for iphone 3g/3Gs.
The problem is, when i'm building it for debug configuration, it goes like on butter (no errors). But, when i switch to release, i've got over 1300 errors, all of them are like:

printscreen

almost all of them contain problem with libxml.

What i'm doing wrong? If some body knows this , please share this priceless knowledge:)
thanks in advance

p.s. i'm using also ToushXML in UIKit part

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

过潦 2024-09-23 11:36:15

也许调试和发布的包含路径设置不同,您是否在项目设置中检查过这一点?发布时可能会丢失。

Maybe the include path is different set for debug and release, have you checked that in your project settings? It may be missing for release.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文