flutter tag

5 questions


1 answers
205 views
0
Cannot not find minSdk from android/app/build.gradle 에러 해결 방법

flutter에서 아이콘을 추가하는 작업을 하는데요. 아이콘을 빌드하기 위해 아래와 같은 명령어를 실행하면 flutter pub run flutter_launcher_icons:main 아래와 같은 에러가 뜹니다. ERROR: InvalidConfigException Cannot not find minSdk from android/app/build.gra...

1 years ago

3 answers
418 views
0
Flutter 에러 Member not found: 'UnicodeChar' 해결 방법

flutter 3.0.0으로 업그레이드한 후 이 에러가 발생합니다. Error: Member not found: 'UnicodeChar'. int get UnicodeChar => Char.UnicodeChar; Error: Setter not found: 'UnicodeChar'. set UnicodeChar(int va...

1 years ago

3 answers
193 views
0
Flutter에서 "Invalid Provisioning Profile Signature" 에러가 발생하는데요

iOS에서 Flutter 앱을 배포하는 동안 "Invalid Provisioning Profile Signature" 에러가 발생하는데요. 빌드를 스토어로 전송하려고 하는데 Xcode로 앱을 배포하려고 하면 다음 에러가 발생합니다. Invalid Provisioning Profile Signature. The provisioning pro...

1 years ago

2 answers
442 views
0
Error: Method not found: 'guardWebExceptions' 'Error.throwWithStackTrace' convertPlatformException 에러 해결 방법

Flutter 앱을 웹에서 실행할 때 아래와 같이 에러가 발생합니다. **/C:/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.2.8/lib/src/internals.dart:11:10: Error: Method not found: 'guardWebExceptions'...

1 years ago

1 answers
491 views
0
Flutter iOS에서 Could not build the precompiled application for the device 에러 해결방법

실제 장치에서 Flutter 코드를 실행하려고 하는데 아래와 같은 에러가 뜨는데요. Could not build the precompiled application for the device. Building a deployable iOS app requires a selected Development Team with a Provisi...

1 years ago

© 2023 OneMinuteCode. All rights reserved.