작성
·
255
0
안녕하세요 웹뷰 수행시에만 ..
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
0
안녕하세요!
아마 처음부터 brew를 설치해서 M1 기기에 맞는 ARM 기반 Cocoapods를 설치하지 않으셔서 그런 것 같습니다.
저희 커뮤니티 아무곳이나 들어오셔서 원격 잡아주시면 제가 환경설정 봐드리겠습니다.
감사합니다!
문제 해결하였습니다. 다시 세팅하면서 기존 문제가 해결되었네요.
감사합니다.