Recent searches
No recent searches
SwiftUI integration bugs
Posted Aug 21, 2024
Hi! I'm in the process of switching our iOS app from UIKit to SwiftUI, and whenever I try to present the request screen (with RequestUi.buildRequestUi(with: [RequestUiConfiguration()])
) in a modal sheet, contained in a NavigationView
, or in the current NavigationView
, and then begin to interact with the view, at some point (very fast), everything stops working (no UI interactions). The verbose logs are stuck at …waiting… but I don't know what for…
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[VERBOSE]: Hiding ImagePicker
[VERBOSE]: Hiding ImagePicker
[VERBOSE]: Hiding ImagePicker
[VERBOSE]: Hiding ImagePicker
[VERBOSE]: Showing ImagePicker from visible keyboard
[VERBOSE]: Unable to find window to present ImagePicker
[DEBUG]: iCloud capability found, enabling file attachments
[VERBOSE]: Showing ImagePicker from visible keyboard
[VERBOSE]: Hiding ImagePicker
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[DEBUG]: Returning cached settings for SupportSettings.Type
[VERBOSE]: Conversations enable, presnting Conversations Screen
[DEBUG]: RequestIdMapper could not be initalized. Failed to load remote IDs
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[VERBOSE]: [PROGRESS] Queue completed
[VERBOSE]: [PROGRESS] Should transition from: idle to: finishing
[VERBOSE]: [PROGRESS] Begin called
[VERBOSE]: [PROGRESS] Should transition from: idle to: running
[VERBOSE]: [PROGRESS] Did transition from: idle to: running
[VERBOSE]: [PROGRESS] Should transition from: running to: running
[VERBOSE]: [PROGRESS] Did transition from: running to: running
[VERBOSE]: [PROGRESS] Should transition from: running to: waiting
[VERBOSE]: [PROGRESS] Did transition from: running to: waiting
1
0
0 comments