일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 라이언
- listview
- 데스크테리어
- Android
- react
- GetX
- 춘식
- AppBar
- database
- AppleSilicon
- error
- 내돈내산
- 간단리뷰
- 플러터
- visualstudiocode
- Flutter
- Git
- swift
- ios
- GitHub
- TextField
- M1
- 카카오
- sqflite
- xcode
- wrap
- list
- VSCode
- datetime
- 데스크셋업
- Today
- Total
목록error (9)
welcome to my blog
To solve this you can change the Build Configuration of the Run schema in xcode: open project in xcode 1.) tap on Runner, and Edit scheme 2.) Select Release for the Build Configuration of the Run schema https://stackoverflow.com/questions/63147988/problem-launching-an-app-in-release-mode-flutter-on-an-ios-simulator Problem launching an app in release mode Flutter on an iOS simulator I can no lon..
flutter build error 발생 시 해볼 수 있는 방법 몇가지 정리 CocoaPods not installed. Skipping pod install flutter...... 코코아팟 있는데 외않되,,,, 1. cocoapods 재설치 //삭제 sudo gem uninstall cocoapods //설치 sudo gem install cocoapods //특정버전 설치 sudo gem install cocoapods -v 0.0.0 2. androidstudio 껐다켜기 AndroidStudio 상단 File -> Invalidate Caches/Restart 해주기 3. ios 빌드 해주고 실행 flutter build ios 이번엔 3번으로 해주니 되었음. ' - '
Flutter : Could not build the precompiled application for the device. Error launching application on iPhone 라는 에러가 생겼을 경우 flutter pub upgrade flutter clean 해주니까 해결되었다.... ios > Podfile에 post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| # drop deployment target so it works with ios14 config.build_settings.delete 'IPHONEOS_DEPL..
Failed to register observatory port with mDNS with error ios -> Runner -> Info.plist에 NSBonjourServices _dartobservatory._tcp 추가해주면된다. https://docs.flutter.dev/development/add-to-app/ios/project-setup#local-network-privacy-permissions
에러 : [Get] the improper use of a GetX has been detected. You should only use GetX or Obx for the specific widget that will be updated. If you are seeing this error, you probably did not insert any observable variables into GetX/Obx or insert them outside the scope that GetX considers suitable for an update (example: GetX => HeavyWidget => variableObservable). If you need to update a parent widge..
======== Exception caught by gesture =============================================================== The following assertion was thrown while handling a gesture: No MaterialLocalizations found. ToDoApp widgets require MaterialLocalizations to be provided by a Localizations widget ancestor. The material library uses Localizations to generate messages, labels, and abbreviations. To introduce a Mat..