Nuno Vieira
05/06/2020, 12:40 PMUIWebView
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
.000000000065d1d8 s __OBJC_LABEL_PROTOCOL_$_UIWebViewDelegate
00000000006c6010 d __OBJC_PROTOCOL_$_UIWebViewDelegate
Artyom Degtyarev [JB]
05/06/2020, 7:22 PMNuno Vieira
05/06/2020, 7:23 PMNuno Vieira
05/06/2020, 7:24 PMnm
to find UIWebView symbols, the K/M framework still has symbols of UIWebViewDelegate
which is weird.Nuno Vieira
05/06/2020, 7:26 PMUIWebViewDelegate
in our K/N framework, and we removed the one binaries that were using it.Nuno Vieira
05/06/2020, 7:28 PMNuno Vieira
05/06/2020, 7:28 PMNuno Vieira
05/06/2020, 11:16 PMotool -tV
to find usages of that, it doesn’t find anything, and it looks that is what is enough. It passed Apple’s validation ✅