Post

Replies

Boosts

Views

Activity

Reply to WKWebsiteDataStore.allDataStoreIdentifiers crashes
Attached the crash log, it reproducible by creating a new SwiftUI app and replace ContentView.swift with import SwiftUI import WebKit struct ContentView: View { var body: some View { VStack { Image(systemName: "globe") .imageScale(.large) .foregroundStyle(.tint) Text("Hello, world!") } .padding() .task { @MainActor in _ = await WKWebsiteDataStore.allDataStoreIdentifiers } } } #Preview { ContentView() } WebDataStoreCrash.txt
Topic: Safari & Web SubTopic: General
4w
Reply to WKWebsiteDataStore.allDataStoreIdentifiers crashes
Attached the crash log, it reproducible by creating a new SwiftUI app and replace ContentView.swift with import SwiftUI import WebKit struct ContentView: View { var body: some View { VStack { Image(systemName: "globe") .imageScale(.large) .foregroundStyle(.tint) Text("Hello, world!") } .padding() .task { @MainActor in _ = await WKWebsiteDataStore.allDataStoreIdentifiers } } } #Preview { ContentView() } WebDataStoreCrash.txt
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
4w
Reply to AVAudioEngine: audio input does not work on iOS 17 simulator
Got the same problem when updating simulator to iOS 17.0.1. App crashed with a "SetProperty: RPC timeout. Apparently deadlocked. Aborting now." error. Code works fine on a 16.0 simulator.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’23