image_picker 에러
이미지를 선택 시 에러가 나옴
Exception Condition
첫 번째로 이미지를 가져올 때는 스킵 혹은 Retry
두 번째로 이미지를 가져오려고 시도 시 에러
현재상황
- 안드로이드에서는 잘 진행됨
- image_picker는 ios14 이상에서 에러가 발생할 수 있다고 공지되어 있어 가이드라인을 따랐으나 에러
- 실제 기기 테스트가 필요한 상황
Exception Log
[VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: PlatformException(multiple_request, Cancelled by a second request, null, null)
#0 ImagePickerApi.pickImage (package:image_picker_ios/src/messages.g.dart:133:7)
#1 ImagePickerIOS.getImage (package:image_picker_ios/image_picker_ios.dart:168:26)
#2 PostImage._getImage (package:dash_mement/poststory/post_image.dart:13:26)
image_picker 에러
이미지를 선택 시 에러가 나옴
Exception Condition
첫 번째로 이미지를 가져올 때는 스킵 혹은 Retry
두 번째로 이미지를 가져오려고 시도 시 에러
현재상황
Exception Log