mrcendre / motion

A Flutter plugin to apply a gyroscope-based motion effect to widgets.
GNU General Public License v3.0
39 stars 15 forks source link

crash with EXC_BAD_ACCESS #19

Closed Maatteogekko closed 8 months ago

Maatteogekko commented 8 months ago

Happened on iPhone 14 Pro, iOS 16.2 in my app in production. Maybe related to #18?

Stacktrace: a85d92f40b344a7a9d5bfa729f981e4d-symbolicated.crash.zip

flutter doctor -v ``` [✓] Flutter (Channel stable, 3.16.7, on macOS 14.2.1 23C71 darwin-arm64, locale en-IT) • Flutter version 3.16.7 on channel stable at /Users/gekko/fvm/versions/3.16.7 • Upstream repository https://github.com/flutter/flutter.git • Framework revision ef1af02aea (4 weeks ago), 2024-01-11 15:19:26 -0600 • Engine revision 4a585b7929 • Dart version 3.2.4 • DevTools version 2.28.5 [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc4) • Android SDK at /Users/gekko/Library/Android/sdk • Platform android-34, build-tools 34.0.0-rc4 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 15.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15C500b • CocoaPods version 1.14.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2022.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231) [✓] VS Code (version 1.86.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.82.0 [✓] Connected device (3 available) • Matteo’s iPhone (mobile) • 00008101-0019288C1E30001E • ios • iOS 17.2.1 21C66 • macOS (desktop) • macos • darwin-arm64 • macOS 14.2.1 23C71 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 121.0.6167.139 [✓] Network resources • All expected network resources are available. • No issues found! ```
mrcendre commented 8 months ago

Hi @Maatteogekko, thanks for the report !

You are right, it seems that this error is related to #18, which was solved in v1.4.1.

Closing for now but let me know if you still experience this issue with the latest version of the plugin. If so, I will reopen the issue.