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

App crashes on ios simulator when trying to pick image from gallery on create post page #2368

Closed
jay11125 opened this issue Feb 11, 2024 · 1 comment · Fixed by #2371
Closed
Assignees
Labels
bug Something isn't working

Comments

@jay11125
Copy link
Contributor

Describe the bug
In the create post page, when we try to click select the upload photo button the app crashes. I am using iPhone 15 Pro Max and iOS 17.2 for my simulator.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the create post page
  2. Click on the upload photo from gallery button

Expected behavior
The app should show gallery images so that user can select one of the images.

Actual behavior
The app crashes when clicking on the button.

Screenshots

Screen.Recording.2024-02-11.at.16.21.01.mov

Additional details
Basically, the package image_picker requires permissions to be added in the info.plist file for iOS devices. It is similar to how we add permissions to AndroidManifest.xml for android devices.

@jay11125 jay11125 added the bug Something isn't working label Feb 11, 2024
@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Feb 11, 2024
@jay11125
Copy link
Contributor Author

I would like to work on this issue @noman2002 @palisadoes @Cioppolo14

@Cioppolo14 Cioppolo14 removed the unapproved Unapproved, needs to be triaged label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants