cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
550 stars 678 forks source link

[health 11.1.0] iOS Health permission : gesture not detected #1082

Open arioul89 opened 2 days ago

arioul89 commented 2 days ago

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

  1. Turn on iOS Simulator 18.1
  2. Use Health Flutter plugin and run : health.requestAuthorization
  3. 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!

Additional Information

No response