본문 바로가기

Foggy day

검색하기
Foggy day
프로필사진 jinhan38

  • 분류 전체보기 (134)
    • Android (47)
    • Kotlin (26)
    • Flutter (60)
      • Flutter document (2)
      • Flutter widget (27)
      • Flutter 앱 (2)
      • Dart 문법 (14)
      • Flutter 기타 (12)
      • Flutter 강의 (1)
Guestbook
Recent Posts
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Flutter/Flutter 기타 (12)

Foggy day

[Flutter] Error running pod install 에러 해결책

IOS로 빌드하다보면 Error running pod install 에러를 잘 주 볼 수 있습니다. 이런 경우 아래의 순서를 따라해보면 해결 될 수 있습니다.  1. Podfile.lock  파일 삭제cd iosrm -rf Pods Podfile.lock 2. Podfile 안에 아래 코드 추가platform :ios, '11.0' 3. 터미널에 아래 코드 실행sudo arch -x86_64 gem install ffi 4. 터미널에서 ios 폴더로 이동하여(cd ios) 아래 코드 실행 arch -x86_64 pod install 5. arch -x86_64 pod repo update   참조https://www.fluttercampus.com/guide/270/error-member-not-foun..

Flutter/Flutter 기타 2023. 2. 28. 18:33
[Flutter] flutter 코드 실행시간 체크

// Stopwatch 클래스 생성 Stopwatch stopwatch = new Stopwatch(); // Stopwatch 시작 stopwatch.start(); // doSomething() // 시간 체크 print('doSomething() executed in ${stopwatch.elapsed}'); // 스톱워치 정지 stopwatch.stop();

Flutter/Flutter 기타 2022. 2. 17. 10:18
이전 Prev 1 2 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바