You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to the create post page
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: