来自 Apple 的 Three20 拒绝

发布于 2024-10-11 13:39:35 字数 516 浏览 4 评论 0原文

我被 Apple Store 拒绝了 3 次,因为我有 Three20 库。 我的项目处于分发配置中,并且 DEBUG 被禁用。 我从 Apple 收到此消息:

Private Symbol References
OBJC_IVAR_$_UITouch._locationInWindow
OBJC_IVAR_$_UITouch._phase
OBJC_IVAR_$_UITouch._previousLocationInWindow
OBJC_IVAR_$_UITouch._tapCount
OBJC_IVAR_$_UITouch._timestamp
OBJC_IVAR_$_UITouch._touchFlags
OBJC_IVAR_$_UITouch._view
OBJC_IVAR_$_UITouch._window

我正在使用来自 Github (v1.0a2) 的最后一个 Three20 lib,用于照片画廊 我还删除了 UITouche 中的 #if 调试代码,但仍然被 Apple 拒绝。

有人遇到过这个问题吗?

I'm rejected from Apple Store 3 times, because I have the three20 Library.
My project is in distribution configration, and DEBUG is Disabled.
I got this message from Apple:

Private Symbol References
OBJC_IVAR_$_UITouch._locationInWindow
OBJC_IVAR_$_UITouch._phase
OBJC_IVAR_$_UITouch._previousLocationInWindow
OBJC_IVAR_$_UITouch._tapCount
OBJC_IVAR_$_UITouch._timestamp
OBJC_IVAR_$_UITouch._touchFlags
OBJC_IVAR_$_UITouch._view
OBJC_IVAR_$_UITouch._window

I'm using the last three20 lib from Github (v1.0a2), for photo galerie
I deleted also the #if debug code in the UITouche, but still rejected from Apple.

Anyone had this issue?

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

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

发布评论

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

评论(1

遗心遗梦遗幸福 2024-10-18 13:39:35

您可以尝试删除项目中未使用的 Three20 部分的静态库或依赖项。

You can try removing the static library or the dependencies on the part of the Three20 that you are not using in your project.

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