libiphone-lib.a uses UIWebView
Hi all,
I want to upload an app to the AppStore. Unfortunately, they keep saying that the app is using UIWebView and that this is not supported for ios 10 or higher. I am using the ARkit so I need to target the ios 11 devices. I did a grep search to look at where this UIWebView is used and it tells me it is in the libiphone-lib.a. How can I remove this error?
Comment
Answer by Brad3355 · Oct 08, 2020 at 06:00 AM
Did you find a solution?
Yes, I had to update my xcode and higher the IOS build version and that worked for me