미해결
[2024 최신] [코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!
ios image_picker 에러
ios에서 image picker 사용 시 앱 강제종료가 됩니다ㅠㅠ예전부터 image_picker를 ios에서 잘 사용하고 있어서,, 설정문제는 아닌거같습니다.이미지를 고르고 난 후에 에러메시지가 뜨며 앱이 강제종료가 됩니다.-[__NSArrayI floatValue]: unrecognized selector sent to instance 0x281c9ce00*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayI floatValue]: unrecognized selector sent to instance 0x281c9ce00'*** First throw call stack:(0x180d1f70c 0x19845af04 0x180df0230 0x180cb8ffc 0x180cb820c 0x100402c78 0x100403524 0x100403204 0x10040982c 0x100409940 0x1939fd84c 0x1809df094 0x1809e0094 0x18098cd40 0x18098c990 0x180cdaab4 0x180c97fd8 0x180caac30 0x1a16c5988 0x1834a5c50 0x18323f3d0 0x1002adc94 0x1004cc3d0)libc++abi: terminating with uncaught exception of type NSException* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRTframe #0: 0x00000001bb46ebbc libsystem_kernel.dylib`__pthread_kill + 8libsystem_kernel.dylib`__pthread_kill:-> 0x1bb46ebbc <+8>: b.lo 0x1bb46ebd8 ; <+36>0x1bb46ebc0 <+12>: stp x29, x30, [sp, #-0x10]!0x1bb46ebc4 <+16>: mov x29, sp0x1bb46ebc8 <+20>: bl 0x1bb46a60c ; cerror_nocancelTarget 0: (Runner) stopped.Lost connection to device.에러메세지입니다..가끔은 밑에 이미지처럼 에러가 나면서 앱이 강제종료됩니다 ㅠㅠ 원인이 뭘까요...? 도와주세요ㅠㅠ