FilePicker.platform.pickFiles in iOS 18
Closed this issue · 8 comments
Before creating an issue, make sure that you are on the latest file_picker
version and that there aren't already any similar opened inssues. Also, check if it isn't described on the Wiki, specially on Troubleshooting page.
Also, sometimes a simple flutter clean
and flutter build
again with latest file_picker version, may end up by fixing cached issues, so I encourage you to first do so.
Describe the bug
A clear and concise description of what the bug is. If the issue happens to be on Android, please make sure that it also happens with a different device/simulator and/or version.
Platform
- Android
- iOS
- Web
- Desktop
Platform OS version
What version did it happen?
How are you picking?
Please, post the snippet here
Details to reproduce the issue
Provide all the details to reproduce the issue.
Error Log
Please, post the full console log of your issue, if applicable.
Screenshots and/or video
If applicable, add screenshots or video to help explain your problem.
Flutter Version details
3.24.3
Additional context
Add any other context about the problem here.
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
Check if you excluded architecture is arm64
or any plugin in your application (aka pods)
Fixing that fixed my issue flutter/flutter#79641 (comment)
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
Check if you excluded architecture is
arm64
or any plugin in your application (aka pods) Fixing that fixed my issue flutter/flutter#79641 (comment)
If I delete arm64, I get the error 'framework 'Pods_Runner' not found'
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
Check if you excluded architecture is
arm64
or any plugin in your application (aka pods) Fixing that fixed my issue flutter/flutter#79641 (comment)If I delete arm64, I get the error 'framework 'Pods_Runner' not found'
Don't delete it, find the packages that use that and upgrade them or replace them with other ones.
I think I'm having the same issue, the poster doesn't mention. The picker appears behind the safe area and the whole app hangs. i found this flutter/flutter#155401
Exactly the same thing.
Check if you excluded architecture is
arm64
or any plugin in your application (aka pods) Fixing that fixed my issue flutter/flutter#79641 (comment)If I delete arm64, I get the error 'framework 'Pods_Runner' not found'
Don't delete it, find the packages that use that and upgrade them or replace them with other ones.
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.