Haven't tried Xcode 13.3
Yeah, that was a typo on my part. I’ve gone back and fixed it. I also changed Xcode 15.0b3
to 15.0b2
. Sheesh, I was obviously having a bad day when I wrote that post [1].
So, yeah, this is strange. Normally bugs like this only show up on real hardware, either because they’re tied to the kernel or tied to stuff, like WWAN, that’s only available on real hardware. The fact that you’re seeing this on the sim is strange.
It’s good news, however, because the simulator gives you access to more debugging tools. To start, have you looked at a packet trace for this? Specifically, I’m curious:
-
Are the outgoing packets for your video stream being sent?
-
If so, are the incoming packets being received by the Mac?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] Actually, I was, after spending 5 minutes fighting DevForums’s support for Markdown tables (r. 81109741). Eventually I decided to revert to using a code block )-: