phnmnn
phnmnn

Reputation: 13230

WKWebView crash on iOS 15 running in simulator

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

Answers (1)

phnmnn
phnmnn

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

Related Questions