来自 Apple 的 Three20 拒绝
我被 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试删除项目中未使用的 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.