Xcode shows compile-time warnings; will my app be rejected if I submit it to the App Store?
I have a warning that I cannot solve, and I’m wondering if Apple can reject the application because of this.
the warning is:
unbalanced calls to begin/end appearance transitions for uinavigationcontroller
No, there is no evidence of a warning encoded into the final
.ipafile.However, for your own peace of mind, it’s best to find a way to solve the warning.