iOS input type=file crash
iOS input type=file crash
permission 문제
iOS 환경에서 input type=file 에서 사진 촬영 누를 시 App crash 발생 후 튕김
앱 설정 시 권한 설정하지 않아 일어난 문제.
info.plist 에 아래 코드 추가
<key>NSCameraUsageDescription</key>
<string>You can take photos to document your job.</string>