알렉산도대왕의 개발일지
close
프로필 배경
프로필 로고

알렉산도대왕의 개발일지

  • 분류 전체보기 (66)
    • 포트폴리오 (0)
    • Development (59)
      • Flutter (40)
      • Dart (3)
      • NodeJS (2)
      • Django (2)
      • DB (2)
      • AI (1)
      • ETC (4)
    • 콘텐츠 라이프 (5)
    • 일상 (0)
  • 홈
  • 태그
  • 방명록

[해결방법] Warning: Operand of null-aware operation '!' hastype 'SchedulerBinding' which excludes null.

Flutter 2.x 버전을 사용하다 Flutter 3.x 버전으로 마이그레이션 할때 발생되는 에러이다. 이 에러를 해결하기 위해서는 Terminal에 다음과 같은 명령어를 수행하면 된다. flutter pub upgrade --null-safety 그럼 null-safety를 지원하지 않는 라이브러리들이 업데이트 된다. 끝

  • format_list_bulleted Development/Flutter
  • · 2023. 3. 29.
  • textsms
[해결방법] 플러터 iOS 빌드에러, Your session has expired. Please log in.

[해결방법] 플러터 iOS 빌드에러, Your session has expired. Please log in.

Flutter에서 iOS 빌드를 할때 아래와 같은 에러가 발생하는 경우가 있다. Error output from Xcode build: ↳ 2023-03-29 17:52:43.422 xcodebuild[74210:1568477] [MT] IDEFileReferenceDebug: [Load] Failed to load container at path: /Users/hercules/Library/Developer/Xcode/DerivedData/Runner-euogrsxqehguwdcuwnuyypclfmdp/SourcePackages/checkouts/swift-protobuf/Sources/protoc-gen-swift/Docs.docc, Error: Error Domain=com.apple.dt.IDEC..

  • format_list_bulleted Development/Flutter
  • · 2023. 3. 29.
  • textsms

[해결방법] error: stored properties cannot be marked potentially unavailable with '@available' @available(iOS 14.0, *)

flutter_inappwebview 라이브러리를 사용하다 아래와 같은 에러가 발생했어요. swift 파일에서 발생한 문법에러 인듯한데 public class UserScript : WKUserScript { var groupName: String? @available(iOS 14.0, *) //

  • format_list_bulleted Development/Flutter
  • · 2023. 2. 18.
  • textsms
[해결방법] iOS 버전 차이로 인한 경고 - The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99.

[해결방법] iOS 버전 차이로 인한 경고 - The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99.

iOS 앱을 업데이트 하는 중에 iPad (iOS 16.3) 버전에서 구글 로그인이 안되는 문제가 발생해서 iOS 업데이트가 거절되었네요. iPad 시뮬레이터로 테스트를 해보려는 중에 아래와 같은 문구와 함께 빌드가 실패해서 확인해본 내용을 공유합니다. warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleSignIn' from project 'Pods') (구글 번역 - iOS 시뮬레이터 배포 대상 'IPHONEOS_DEPLOYMENT_..

  • format_list_bulleted Development/Flutter
  • · 2023. 2. 18.
  • textsms
[팁&노하우] API 중복 호출시 async&await로 동작하기

[팁&노하우] API 중복 호출시 async&await로 동작하기

TMDB OpenAPI를 사용하는 중에 response에 있는 id List값을 이용해 details 정보를 재조회를 해야하는 케이스가 생겼습니다. id List는 array이기 때문에 details 값을 재조회 하는 API call이 async로 동작하지 않더라고요 그래서 찾아보니 Future.forEach() 구문을 사용하면 된다는 내용을 보고 바로 적용해봤습니다. 저와 같이 중복으로 함수 호출을 하는 경우에 async로 동작이 되어야 하거나 그와 유사하게 호출 순서가 보장되어야 하는 경우 사용하면 좋을것 같아 공유합니다. Future.forEach() 기본적은 사용법은 아래와 같으며, void main() async { final items = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10..

  • format_list_bulleted Development/Flutter
  • · 2023. 2. 17.
  • textsms
  • navigate_before
  • 1
  • ···
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • navigate_next
전체 카테고리
  • 분류 전체보기 (66)
    • 포트폴리오 (0)
    • Development (59)
      • Flutter (40)
      • Dart (3)
      • NodeJS (2)
      • Django (2)
      • DB (2)
      • AI (1)
      • ETC (4)
    • 콘텐츠 라이프 (5)
    • 일상 (0)
최근 글
인기 글
최근 댓글
태그
  • #flutter tips
  • #flutter_inappwebview
  • #ios빌드
  • #flutter logo
  • #해결방법
  • #mapbox
  • #Flutter
  • #flutter error
  • #플러터
  • #FlutterError
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바