azihsoyn / flutter_mlkit

A Flutter plugin to use the Firebase ML Kit.
MIT License
392 stars 91 forks source link

add missing NSPhotoLibraryUsageDescription with crash app issue. #65

Closed eyasuyuki closed 5 years ago

eyasuyuki commented 5 years ago

iOS app crashes when photo addition button taped.

2019-05-29 07:25:55.021667+0900 Runner[5977:2813567] [access] This app has crashed because it attempted to access privacy-sensitive data without a usage description.  The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

I add missing NSPhotoLibraryUsageDescription key to Info.plist.

azihsoyn commented 5 years ago

Thanks😄