본문 바로가기

error46

Flutter 플러터: 작업 ':app:compileDebugKotlin'을(를) 실행하지 못했습니다., Flutter: Execution failed for task ':app:compileDebugKotlin' 질문 I tried running the default flutter app from flutter create on my android device but it throws me an error. Can someone help? Launching lib\main.dart on SM G610F in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:compileDebugKotlin'. Could not resolve all artifacts for configuration ':app:debugCompi.. 2023. 8. 28.
Flutter 앱에 대한 정의되지 않은 메소드 'map'에 대한 오류 / CocoaPod 오류, Error Regarding undefined method `map' for nil:NilClass for Flutter App / CocoaPod Error 질문 플러터 애플리케이션에 오류가 발생하고 있습니다. 터미널에서 "flutter run" 스크립트를 실행하면 Cocoapods에서 다음과 같은 오류가 발생합니다: "CocoaPods에서의 오류 출력: 검사를 찾는 중 오류 발생: undefined method 'map' for nil:NilClass" (첨부된 사진에서도 확인 가능). 이 문제를 해결하는 방법은 무엇인가요? 답변 ios 폴더에서 pod install 명령을 실행하려고 했습니다. @boonyongyang의 해결책은 필요하지만, 설치된 ffi가 2개인 것 같아 arch -x86_64 명령으로도 실행해야 했습니다. sudo arch -x86_64 gem install ffi # ios 폴더로 이동한 후 실행 arch -x86_64 pod ins.. 2023. 8. 23.
Flutter "오류: 멤버를 찾을 수 없음: 'packageRoot' " 플러터에서 [중복됨], " Error: Member not found: 'packageRoot' " in Flutter [duplicate] 질문 안드로이드 스튜디오에서 플러터 프로젝트를 실행하려고 할 때, 특정한 오류가 발생합니다 : [+11147 ms] [+13655 ms] ../../flutter/.pub-cache/hosted/pub.dartlang.org/platform-3.0.2/lib/src/interface/local_platform.dart:46:19: Error: Member not found: 'packageRoot'. [ ] [ +1 ms] io.Platform.packageRoot; // ignore: deprecated_member_use [ ] [ ] ^^^^^^^^^^^ 인터넷에서 꽤 오랜 시간 동안 찾아보았지만 해결책을 찾을 수 없었습니다. 누군가 고칠 수 있는 방법이 있을까요? 답변 나도 같은 문제를 겪었다. .. 2023. 8. 16.
Flutter "오류: 멤버를 찾을 수 없음: 'packageRoot' " 플러터에서 [중복됨], " Error: Member not found: 'packageRoot' " in Flutter [duplicate] 질문 안드로이드 스튜디오에서 플러터 프로젝트를 실행하려고 할 때, 특정한 오류가 발생합니다 : [+11147 ms] [+13655 ms] ../../flutter/.pub-cache/hosted/pub.dartlang.org/platform-3.0.2/lib/src/interface/local_platform.dart:46:19: Error: Member not found: 'packageRoot'. [ ] [ +1 ms] io.Platform.packageRoot; // ignore: deprecated_member_use [ ] [ ] ^^^^^^^^^^^ 인터넷에서 꽤 오랜 시간 동안 찾아보았지만 해결책을 찾을 수 없었습니다. 누군가 고칠 수 있는 방법이 있을까요? 답변 나도 같은 문제를 겪었다. .. 2023. 8. 14.