mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Impacted Users: iOS users on macOS 15 Impact Description: mDNS may cause a crash on macOS 15 if permissions are missing. When possible use device logs to continue the process instead of using mDNS. Workaround: Enable mDNS permissions Risk: low Test Coverage: Yes Validation Steps: Toggle off Local Network permissions (System Settings > Privacy & Security > Local Network) and do `flutter run` on iOS 17+ physical device. Device should still connect. Release note: This is a prerequisite to allowing stable branch to be upgraded to macOS 15