Posts

Post not yet marked as solved
7 Replies
Great, I will take a shot at tracing the packets. Thanks for the help!
Post not yet marked as solved
25 Replies
Fixed in Xcode Beta 6!!!
Post not yet marked as solved
25 Replies
Yes! Same issue here (Xcode 11 Beta 5, iOS 13 Beta 7, iPhone XR). It took me forever to figure out it was ObservedObject that was causing the crash. Ended up creaing a virtually blank Xcode project to replicate and sure enough adding any ObservedObject to a SwiftUI view causes a crash every time on a real device. I'm working with NFC, so I need to use an actual device rather than the simulator, but obviously have hit a wall.