Skip to content
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

PHPicker crashes on iOS < 15 #56

Open
amrfarid140 opened this issue Feb 10, 2024 · 1 comment
Open

PHPicker crashes on iOS < 15 #56

amrfarid140 opened this issue Feb 10, 2024 · 1 comment

Comments

@amrfarid140
Copy link

createPHPickerViewController calls setter functions on PHPickerConfiguration that is isn't available below iOS 15.

The ones I managed to dig out from Apple's documentation are

  • selection
  • preselectedAssetIdentifiers

Was that intentional or should I submit a PR for a fix?

@MohamedRejeb
Copy link
Owner

Thanks for reporting this issue.
Well, I'm testing with iOS 14 and it's working fine.
I think that it's not working for iOS < 14 right? If you have any alternative solution, feel free to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants