~Hi guys. Currently Apple is not approving the sub...
# multiplatform
n
Hi guys. Currently Apple is not approving the submission of an app I’m working on because of the usage of deprecated
UIWebView
and we found that the generated KMP Binary was the cause. We did include third party binaries that was using this inside the KMP Binary. We removed them, but still when using
nm
on the Generated KMP Binary, it still finds references to
UIWebViewDelegate
.
Copy code
000000000065d1d8 s __OBJC_LABEL_PROTOCOL_$_UIWebViewDelegate
00000000006c6010 d __OBJC_PROTOCOL_$_UIWebViewDelegate
Does anyone know why this happens? We are using version Kotlin/Native 1.3.61, and by looking at the Changelog, it doesn’t mention anything about this. But could it be fixed in recent versions? UPDATE: SOLVED
🙏 1