Jenn Magder

Results 612 comments of Jenn Magder

Uploaded https://chrome-infra-packages.appspot.com/p/flutter_internal/ios/xcode/ios/+/xcode_version:14.2

Also updating Xcode cipd package documentation cl/497040695

This behavior has been in place from the beginning: https://github.com/flutter/plugins/pull/151 @stuartmorgan do you think fixing this would be a breaking change, since perviously the code would handle a popping up...

> So confirmed this is a bug of `auth_local`? Yes, I believe it is what @danagbemava-nc spotted (thanks for finding it!): > See https://github.com/flutter/plugins/blob/main/packages/local_auth/local_auth_ios/ios/Classes/FLTLocalAuthPlugin.m#L270-L276 unlike the case for not enrolled...

cc @MitchellGoodwin in case you weren't subscribed https://github.com/flutter/flutter/pull/117698#issuecomment-1370068368

That ` DVTDownloadable: Unexpected error attempting to parse downloadable from index` spew is really terrible in CI, I can't see the error either... And it isn't generating an xcresult bundle...

Those "DVTDownloadable: Unexpected error attempting to parse downloadable from index" are complaining that there is no tvOS or watchOS SDK found, which doesn't matter since we aren't trying to use...

> Ahh, ok, thanks. Don't mind me then... No one is supposed to see that terrifying-looking warning and say "yup that's expected". Your instincts are good, I blame Xcode for...

I don't think that API is used in the engine. Could it be from a plugin you're using that's scanning the network, like `connectivity_plus`? https://github.com/fluttercommunity/plus_plugins/blob/4b6ad02e0584f6edf29edea9f91c4ba43ec2539e/packages/connectivity_plus/connectivity_plus/ios/Classes/PathMonitorConnectivityProvider.swift