Back to Cordova

2021 12 01

slack-digest/2021-12-01.md

latest749 B
Original Source

Cordova Slack Digest

Wed, 01 Dec 2021 08:21:21 GMT

User count: 4679

Join the conversation at slack.cordova.io

Channel #cordova-ios (1 messages)


Tue, 30 Nov 2021 20:11:15 GMT

@joel says

Has anyone tried running an Ionic Cordova project from Xcode 13.1.0 on Monterey, to a iOS 15.0 simulator?

cordova-ios 6.2.0.

Runs fine from command line, i.e.: cordova run ... .

When debugging, crashes on launch. Error: EXC_BAD_ACCESS (code=1, address=0x10).

At line:

return [(WKWebView*)_engineWebView loadRequest:request]; in CDVWKWebViewEngine.

request is for url: <ionic://localhost>

Not seeing anything in the logs.