Since XCode 16 update, and iOS 18.1, when iOS prompt my app health permission, no gesture are detected, so I can't get rid of the pop up.
This problem began since my update to XCode 16.
Steps to Reproduce
Turn on iOS Simulator 18.1
Use Health Flutter plugin and run : health.requestAuthorization
iOS pop up will show
Expected Behavior
iOS Permission shows and we can accept or deny permission to the app
Actual Behavior
iOS Permission shows but no gesture are detected, so I can't give permission to the app or deny them.
Flutter Logs
No response
Screenshots
No response
Flutter Doctor Output
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.1.1 24B91 darwin-arm64, locale fr-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] VS Code (version 1.95.3)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
Plugin Name
health
Plugin Version
11.1.0
Device
iPhone 13 Mini
Operating System
18.1
Describe the bug
Hi,
Since XCode 16 update, and iOS 18.1, when iOS prompt my app health permission, no gesture are detected, so I can't get rid of the pop up.
This problem began since my update to XCode 16.
Steps to Reproduce
Expected Behavior
iOS Permission shows and we can accept or deny permission to the app
Actual Behavior
iOS Permission shows but no gesture are detected, so I can't give permission to the app or deny them.
Flutter Logs
No response
Screenshots
No response
Flutter Doctor Output
Additional Information
No response