I have an App using Objective-C iOS application. My App was Rejecting with feedback ITMS-90809 which is about UIWebview. I was using
grep -r "UIWebview" .
and got Crashlythic on the list, I also have to pod update the crashlytic to the latest version 3.14. but, when i try to using grep again, the crashlytic still appear. is there another option to fix that? Thanks