Post

Replies

Boosts

Views

Activity

Reply to WKWebView not loading content in macOS Sonoma
I have checked the "Outgoing connections" and other network requests work fine in the app. I was not able to find any webkit crash reports in the Console app. I have tried the following... Check that code is run on the main thread Disabled all custom configurations of the web view Removed embedded pugins Added another wkwebview via interface builder and tried loading apple.com (same error) I can load a web page in minimal test mac app
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’23
Reply to WKWebView not loading content in macOS Sonoma
I found the problem. Wait for it... I had an empty CFBundleDisplayName in the Info.plist <key>CFBundleDisplayName</key> <string></string> I just deleted every single line of code/config in the app until I found it :-)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to WKWebView not loading content in macOS Sonoma
Heres a more detailed log: https://www.jonasmunk.com/public/oo-webkit-log.txt I was unable to upload it here.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to WKWebView not loading content in macOS Sonoma
I have checked the "Outgoing connections" and other network requests work fine in the app. I was not able to find any webkit crash reports in the Console app. I have tried the following... Check that code is run on the main thread Disabled all custom configurations of the web view Removed embedded pugins Added another wkwebview via interface builder and tried loading apple.com (same error) I can load a web page in minimal test mac app
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23