When I upload my app to App Store, there is following error:
Your app contains non-public API usage. Please review the errors, correct them, and resubmit your application. The app references non-public symbols in Payload/XXX.app/XXX: NSZombieEnabled
XXX is the app name.
I've search the entire project, and didn't find any this keyword (NSZombieEnabled
). How can I fix this? Thanks.