I have an app. Does nothing else, only loads this site: http://www.weact.ch
. But sometimes it crashes. Get an exc_bad_access. Any idea why? The only what can be a lead, call is in NSXPCConnection.m-user.apple.nsurlstorage-cache
and here is the code, the one-line-app:
webView.loadRequest(NSURLRequest(URL: NSURL(string: "http://www.weact.ch")))
and an other crash: