ITMS-90809: Deprecated API Usage , but there is no UIWebView...

I am lost now with apple's warning

ITMS-90809: Deprecated API Usage

saying that the submitted app contains UIWebView.


I have removed all UIWebView in the source code, going as far as even removing it in comments.

Search function in Xcode and in Finder show no result.

All pods have been brought to the latest version.

Running

nm myapp | grep UIWeb
for framework in Frameworks/*.framework; do
  fname=$(basename $framework .framework)
  echo $fname
  nm $framework/$fname | grep UIWeb
done


nicely lists all frameworks as being clean.


So where else could a UIWebView be hiding?

i too facing the same issue. Do let me know how to clear it?

couldnt understand your script above.

>All pods


There's your clue.


Make sure you sniff both linked and imported, but not until you contact the authors of those 3rd party APIs for support w/their products. Demand they update.

ITMS-90809: Deprecated API Usage , but there is no UIWebView...
 
 
Q