-
Notifications
You must be signed in to change notification settings - Fork 720
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
Android and iOS Build Failure ( The getter 'COINIT' isn't defined for the class 'FilePickerWindows') #1531
Comments
I have the same issue, when trying to build for android:
and building for IOS:
|
I have the same on iOS |
Same here |
What version of |
@navaronbracke It solved my issue by adding |
It is a dependency: https://github.com/miguelpruivo/flutter_file_picker/blob/master/pubspec.yaml#L18 We might need to bump the |
Included the version bump in #1530 |
This issue is stale because it has been open for 7 days with no activity. |
You can use this version for now |
The problem is still present I downgraded to v. 7.0.0.0. |
Issue:
When trying to build the app for iOS and Android mobile the following errors are happening with file_picker 8.0.5.
../../.pub-cache/hosted/pub.dev/file_picker-8.0.5/lib/src/windows/file_picker_windows.dart:98:7: Error: The getter 'COINIT' isn't defined for the class 'FilePickerWindows'.
A few more undefined variables are found in this same file.
Platform
Platform OS version
What version did it happen?
file_picker 8.0.5
Flutter Version details
Flutter: 3.22.2
The text was updated successfully, but these errors were encountered: