Change UIWebView to UIWebKit in MachO file

Not my problem that whatever dumbfuck coded the framework your app depends on still lives in 2010. That being said, If it enabled bitcode it’ll be a bit easier, otherwise you’ll likely need, again, byte-manipulation to rename the dependency of UIWebView to let’s say another class called UIVVVView, then you’ll need to implement a whole compatibility layer on top of it.

Again, not my problem