-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileUtils.h can't be parsed #1454
Comments
This issue is stale because it has been open for 7 days with no activity. |
Have you managed to fix it? |
I haven't tried because i dont understand anything from Header Files |
Closing as this might have been a temporary issue — will re-open if it gains relevance. |
@miguelpruivo If anyone has an idea how to fix this (looks like its only happening for me) otherwise the issue would have risen by far more people. I tried cleaning the pub cache, rebuild everything but it seems like nothing helps. file_Picker-Version ^8.0.0
|
Content of FileUtils.h from my pub-cache
|
Verbose Error-Message from building
|
@miguelpruivo ive managed to locate the source: it's the enumType MEDIA. I dont know why or how but if i change the name of the last enumtype everything works fine. I dont really know which sideeffects this has but this works for me now. (I guess there aren't that many bc it compiles) Maybe its something with an other library which causes this error but i could not find anything |
From my side, the issue was on podfile:
The |
App is started via:
flutter run
and its terminated with following exception:Platform
Platform OS version
OS: macOS Sonoma 14.3.1
Target: iOS 17.3.1
Details to reproduce the issue
flutter run with App referring to this Plugin
Error Log
output of
flutter run -v
Flutter Version details
[✓] Flutter (Channel stable, 3.19.2, on macOS 14.3.1 23D60 darwin-arm64, locale de-DE)
• Flutter version 3.19.2 on channel stable at /Users/jharzenetter/Development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 7482962148 (8 days ago), 2024-02-27 16:51:22 -0500
• Engine revision 04817c99c9
• Dart version 3.3.0
• DevTools version 2.31.1
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/jharzenetter/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15A507
• CocoaPods version 1.15.2
[✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Android Studio (version 2023.2)
• 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.9+0-17.0.9b1087.7-11185874)
[✓] Connected device (2 available)
• iPhone von Johannes (mobile) • 00008101-00114DCA21E3001E • ios • iOS 17.3.1 21D61
• macOS (desktop) • macos • darwin-arm64 • macOS 14.3.1 23D60 darwin-arm64
! Device R5CW81D0N9X is not authorized.
You might need to check your device for an authorization dialog.
[✓] Network resources
• All expected network resources are available.
The text was updated successfully, but these errors were encountered: