웹뷰 수행시 cocoapods 문제
308
작성한 질문수 1
안녕하세요 웹뷰 수행시에만 ..
Launching lib/main.dart on iPhone 13 in debug mode...
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
CocoaPods not installed or not in valid state.
Error launching application on iPhone 13.
이런 메시지가 나옵니다.
실제로 cocoapods 는 잘 설치가 되어있구요 .
coupangpay@cpp-julim23 ~ % flutter doctor -v
[✓] Flutter (Channel stable, 3.3.4, on macOS 12.6.1 21G217 darwin-x64, locale ko-KR)
• Flutter version 3.3.4 on channel stable at /Users/coupangpay/work/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision eb6d86ee27 (3달 전), 2022-10-04 22:31:45 -0700
• Engine revision c08d7d5efc
• Dart version 2.18.2
• DevTools version 2.15.0
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at /Users/coupangpay/Library/Android/sdk
• Platform android-33, build-tools 33.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 13F100
• CocoaPods version 1.11.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2020.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
[✓] Connected device (3 available)
• iPhone 13 (mobile) • 29B248FB-AB77-42F8-930E-BFB48122A77A • ios • com.apple.CoreSimulator.SimRuntime.iOS-15-5 (simulator)
• macOS (desktop) • macos • darwin-x64 • macOS 12.6.1 21G217 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124
[✓] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
coupangpay@cpp-julim23 ~ %
아마도 버전 문제때문이지 않을까 싶은데요.. 어떻게 해야할까요?
답변 1
LocationPermission.denied관련 질문입니다
0
587
1
videocontrollor dispose
0
431
1
onlogotap함수의 video nullable관련질문
0
391
1
setState 사용 차이
1
440
1
블로그 웹앱 배포 방법
0
506
1
sizedbox 위젯에 primary = RED_COLOR
1
432
1
개념 강의 순서 질문
0
408
1
materialstateProperty 다른 메소드관련질문
0
413
1
내 노트 모아보기
0
501
1
SafeArea (iPhone, Android)
0
407
1
web view 실행 안됩니다.
0
407
1
랜덤 숫자 생성기 프로젝트 관련
0
535
2
안도르이드 애뮬레이터 질문
0
383
1
super를 사용하는 건, 부모와 자식 클래스의 파라미터 이름이 꼭 같아야하나요?
0
472
1
선생님 flutter device를 크롬으로 했을때 http 통신이 안됩니다..
0
781
1
no element
0
438
1
암호화
0
234
1
책과 강의
0
385
1
voidcallback함수와 클래스내에 변수선언에 관한질문
0
474
1
android studio 세팅
0
478
1
오늘도 출근 세팅하기
2
562
1
재사용 클래스 임폴트 방법
0
479
1
가상화를 못하는 CPU인건가요? 확인 부탁드립니다.
0
398
1
flutter dispose 관련
0
1388
2





