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?
You can try removing the static library or the dependencies on the part of the Three20 that you are not using in your project.