Alex Soto

Results 50 comments of Alex Soto

> Hi @dalexsoto Can you please answer the original question in the original thread #15946 ? > > "Where is the definitive source of truth, a page that is kept...

Ah right, Apple removed the [Background Assets](https://developer.apple.com/documentation/backgroundassets?language=objc) framework from Xcode 14 and that build does not account for that just yet, the registrar errors will be gone in the next...

Hello @gmoney494 here is a workaround for your issue, this will allow you to call the parameterless ctor of `AVRouteDetector` ```csharp public class AVRouteDetectorExtensions { static readonly IntPtr AllocSelector =...

> @dalexsoto So your workaround code works for me. I'm getting the AVRouteDetector to initialize properly and the events when the routes change. @gmoney494 great, does this work on simulator...

Hello, this isn’t @chamons fault but mine, I been busy doing something else, I have a draft of the notes but have not managed to get back to it. that...

I am able to repro the issue using VSMac and console ruling out VS Win, this is a problem with the way the static library is build, it seems like...

I can't Approve my own PR but 👍 thank you @mandel-macaque for taking it over

@jonathanpeppers correct, we need to split right now due to how xcode14 is shipping things. Xcode 14 removed macOS and MacCat sdks and just kept iOS/tvOS 16 in there so...