Have sent several build without using UIWebView and searched the frameworks that i'm using and still can not find why it throughs me the deprecation warning any suggestions ?
Asked
Active
Viewed 62 times
0
-
https://stackoverflow.com/a/59562051/1780632 ... i hope it will help you – Jawad Ali May 08 '20 at 18:17
-
let me know if it resolve your problem ? – Jawad Ali May 08 '20 at 18:32
-
Tried it with the following on my terminal: grep -r UIWebView on directory and still nothing the project i'm running use ios 9 does this matter ? – Panayiotis Georgiou May 09 '20 at 08:53
-
i dont think so – Jawad Ali May 09 '20 at 14:22
-
1whats the status of your issue ? is it still unresolved ? – Jawad Ali May 09 '20 at 14:23
-
Yes all good tried it again and worked thank you very much! grep -r UIWebView project path . – Panayiotis Georgiou May 09 '20 at 17:15
1 Answers
0
This definitely worked for me:
grep -r UIWebView project path .
do not forget the . as it is necessary for the search :)

Panayiotis Georgiou
- 1,135
- 3
- 19
- 36