I'm trying to push out an ad-hoc build from Xcode 13.1 but keep getting the following error:
ipatool failed with an exception: #<NoMethodError: undefined method `sdkPath' for nil:NilClass>.....
I've set 'enable bitcode' to 'no' in build settings, and also set 'Enable code coverage support' to 'no' but still getting this error. Can anybody help?
Post
Replies
Boosts
Views
Activity
Hi,
My build has been rejected by Apple because of deprecated UIWebView. I've used a grep command etc. to identify the frameworks using UIWebView but have no idea how to update them to use WKWebView. There is a reference in a native plugin (libPDFReader.a) and another in DSYM when I search the binary. Can anybody give me a steer on how to resolve the issue?