Reputation: 13230
WKWebView crashes on iOS 15 running in simulator on load method.
exc_bad_access (code=1 address=0x10)
On iOS 14 WKWebView works fine. How to fix?
Upvotes: 0
Views: 634
Reputation: 13230
Workaround: Deselecting “Enable backtrace recording.” option in scheme.
In Xcode, select Product > Scheme > Edit Scheme, Run > Options > Queue Debugging > Deselect “Enable backtrace recording.”
Upvotes: 3