Hi,
I have replaced all uses of UIWebView with WKWebView in my project so there is no reference of UIWebView in the code anymore but I still keep getting ITMS-90809 every time I upload my App to the App store.
I also used grep to identify any usage of UIWebView in the project but only getting a single reference in UserInterfaceState.xcuserstate. Can anyone help me getting rid of this please? I already tried to delete the workspace and taken fresh clone from remote repository but this keeps coming:
$ grep -r UIWebView .
Binary file ./project.xcworkspace/xcuserdata/manishrathore.xcuserdatad/UserInterfaceState.xcuserstate matches
Can you please help me sort out the issue? Appreciate your help.
Thanks & regards,
Manish
I have replaced all uses of UIWebView with WKWebView in my project so there is no reference of UIWebView in the code anymore but I still keep getting ITMS-90809 every time I upload my App to the App store.
I also used grep to identify any usage of UIWebView in the project but only getting a single reference in UserInterfaceState.xcuserstate. Can anyone help me getting rid of this please? I already tried to delete the workspace and taken fresh clone from remote repository but this keeps coming:
$ grep -r UIWebView .
Binary file ./project.xcworkspace/xcuserdata/manishrathore.xcuserdatad/UserInterfaceState.xcuserstate matches
Can you please help me sort out the issue? Appreciate your help.
Thanks & regards,
Manish