fluttercommunity / fluttercommunity/chewie
[iOS] Crash when zooming in on videos in Flutter 3.10.0
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 1.1k
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 6
Description
I'm experiencing a crash issue when zooming in on videos in Flutter 3.10.0, but this problem is specific to iOS. The crash occurs on both physical devices and simulators. Below is the error log:
```log
Lost connection to device.
Exception: Unable to terminate xxx on yyy:
ProcessException: Process exited abnormally:
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The operation couldn’t be completed. found nothing to terminate
found nothing to terminate
Command: /usr/bin/arch -arm64e xcrun simctl terminate xxx yyy
```
[Additional Information]
The crash only occurs when zooming in on videos within the Flutter 3.10.0 framework on iOS.
The issue is not reproducible on Android devices or simulators.
I have tried running the app on different iOS devices and simulators, but the crash consistently occurs.
I have verified that this problem is not specific to my codebase by testing with a minimal Flutter project that only includes video zooming functionality.
Thank you for your attention to this matter. I look forward to a resolution to this issue.
https://github.com/fluttercommunity/chewie/assets/29278033/0b8bc287-42a2-477c-8a16-4eccb1f6ac3c
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.