I’m working through the “Use Realm Database with SwiftUI and Combine” tutorial at: https://docs.mongodb.com/realm/sdk/ios/integrations/swiftui/
I have cut and pasted the code as displayed in the tutorial.
On initial build and install the app hangs with the spinner running until I tap the screen. I can then add some items, edit etc. fine. Subsequent builds produce the following error message, although the app seems to work fine: MongoRealm2[50297:75462495] [] nw_protocol_get_quic_image_block_invoke dlopen libquic failed
I’m testing on both the simulator and device.
I’m assuming the initial progress spinner is due to there not being any groups, but the subsequent error shouldn’t be there?
I’m on macOS 11.4, with Xcode v12.5.1