본문 바로가기
반응형

오류12

How to solve error "unhandled exception: user denied permissions to access the device's location." 해결방법 How to solve error "unhandled exception: user denied permissions to access the device's location." 해결방법 아래와 같이 오류 메시지 발생 (Error message as below) unhandled exception: user denied permissions to access the device's location. 해결 방법 : 아래 코드와 같이 permission을 추가하는 코드 작성 (Solution: Write code to add permission like below code) LocationPermission permission = await Geolocator.requestPermission(); // 추가!.. 2022. 10. 19.
[Solved][firebase] error FirebaseError: Firebase Storage: User does not have permission to access '*******'. (storage/unauthorized) 해결방법 [Solved][firebase] 해결방법 error FirebaseError: Firebase Storage: User does not have permission to access '*******'. (storage/unauthorized) Firebase storage의 내용을 read할때 발생하는 오류이다. 이 오류는 권한이 없는 유저가 storage의 내용을 읽고자 할 때 발생하므로 아래와 같이 Storage - Rules의 내용을 수정하자. [English](This error occurs when reading the contents of Firebase storage. This error occurs when an unauthorized user tries to read the conten.. 2022. 9. 3.
[Solved] error adding sysmbols when compiling ccdv: Bad value (ccdv 컴파일시 error adding sysmbols: Bad value) [Linux Ubuntu] error adding sysmbols when compiling ccdv: Bad value ccdv 컴파일시 error adding sysmbols: Bad value ccdv는 컴파일할 때의 과정을 보다 가시성을 높여서 보여준다! 이를 컴파일하는 도중 에러가 발생하여 정리함. ccdv: error adding symbols: Bad value collect2: error: ld returned 1 exit status 발생하여 문제점을 찾아본 결과, 컴파일 할 때 옵션 값을 잘못주었을때 발생하였던 것이었다. 예를 들어 -o 옵션의 다음으로는 아웃풋 이름 argument가 위치해야하는데 다른 옵션 정보 등이 들어오면 발생함! (ccdv shows the process of .. 2022. 8. 23.
[flutter][Solved] no connected devices found please connect a device [flutter] [Solution] no connected devices found please connect a device https://stackoverflow.com/questions/54793409/no-connected-devices-found-please-connect-a-device-or-see-flutter-io-setup-for No connected devices found; please connect a device, or see flutter.io/setup for getting started instructions i am using the Android Studion 3.3 on Windows 10. i have created a emulator and it is runnin.. 2021. 10. 28.
반응형