
Flutter에서 assets안에 폴더를 추가하면 경로를 일일이 추가해줘야하는 경우가 많다. assets 하위에 폴더가 계속 생성되면 자동으로 추가해주는 라이브러리가 없을까 찾아보다보니 asset_fill이라는 라이브러리가 있어 사용해보았다. 1. 터미널에서 flutter pub add asset_fill 를 프로젝트 폴더에서 실행하여 asset_fill을 추가한다. 2. pubspec.yaml에서 flutter: assets: - assets/ 이렇게 assets: 하위에 - assets/을 추가한다 (이미 디렉토리가 추가되어있는 경우 그냥 아무것도 안해도된다.) 3. flutter pub run asset_fill 를 터미널에서 입력한다. 그럼 아래와 같은 이미지가 처럼 실행이 된다. 4. pubsp..

이전에 앱 체크를 설치했었는데 웹을 배포하고 실행해보니 앱체크가 제대로 작동하지 않아 확인되지 않음으로 들어오고 realtime database의 값을 가져오지 못하는 문제가 발생하고 있었다. 개발자 콘솔에는 @firebase/app-check: FirebaseError: AppCheck: ReCAPTCHA error. (appCheck/recaptcha-error). 에러가 계속 발생하고.. firebase 공식 문서 상에는 앱체크 초기화만 해주면 된다고 이렇게 소스가 나와있었는데 import 'package:flutter/material.dart'; import 'package:firebase_core/firebase_core.dart'; // Import the firebase_app_check p..
어쩌다보니 Django를 써야할 일이 생겨서 프로젝트를 생성하고 python manage.py migrate를 실행했는데 NameError: name '_mysql' is not defined 에러가 발생해서 찾다보니 pymysql을 설치해서 쓰면 된다고해서 설치해봤더니 잘되었다. 해결방법은 다음과 같다. 1. pip install pymysql 2. settings.py에 import pymysql 3. 다음 코드 추가 pymysql.install_as_MySQLdb() 4. python manage.py migrate 실행 5. django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.3 or newer is required; you have 1.0..

Launching lib/main.dart on iPhone 14 in debug mode... main.dart:1 Xcode build done. 2.0s Failed to build iOS app Error output from Xcode build: ↳ 2023-05-23 15:20:09.324 xcodebuild[46411:22769200] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled) xcodebuild: error: Unable to find a destination matching the provided destination speci..

FirebaseApp.configure() Firebase Project를 두개 생성하고 이렇게 두개 생성하고 둘다 앱 등록후 GoogleService-Info.json 파일을 받고 dev에서 받은 파일은 파일명을 GoogleService-Info-dev.json으로 변경후 이렇게 프로젝트 폴더에 추가해준다. 그리고 AppDelegate.swift 파일을 열고 FirebaseApp.configure() 이렇게 되어있던 소스를 다음과 같이 수정한다. var fileName = "GoogleService-Info" #if DEBUG fileName = fileName + "-dev" #endif let filePath = Bundle.main.path(forResource: fileName, ofType: ..
- Total
- Today
- Yesterday
- EC2
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- NSPrivacyAccessedAPICategoryDiskSpace
- Xcode
- 베란다 수경재배
- 아이폰
- python3.12 설치
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- NSPrivacyAccessedAPICategoryFileTimestamp
- but linking in object file
- Flutter
- 해결방법
- Response: Failure when receiving data from the peer
- NSPrivacyAccessedAPICategoryUserDefaults
- MySQL
- com.google.android.gms.common.api.ApiException: 10:
- google play appcheck
- CDN: trunk URL couldn't be downloaded
- NSPrivacyAccessedAPICategorySystemBootTime
- 수경재배키트
- 슬랙으로 보내기
- ITMS-91053: Missing API declaration
- Firebase
- ios pod install error
- ios 앱 심사상태
- flutter build ipa
- aws python3.12
- ios
- PlatformException(sign_in_failed
- 리눅스 python3 설치
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |