본문 바로가기

error46

VSCode는 Flutter SDK의 경로를 찾을 수 없습니다., VSCode Can't Find the PATH To the Flutter SDK 질문 I just tried to execute Flutter: New Project, but it shows an error that could not find a flutter SDK. I've ensured to complete all of the requirements from the flutter doctor. Is there any way to solve this problem? Thanks. 답변 macOS에서는 다음 단계를 따라 해결할 수 있습니다. 먼저 플러터 SDK를 다운로드 한 위치를 찾으세요. (여기에서 다운로드 할 수 있습니다). 다운로드 폴더에 있을 것입니다. 그렇지 않은 경우 다른 위치를 선택한 것입니다. 다음: 터미널을 엽니다. 다음 명령을 실행하세요: sudo nano /e.. 2024. 1. 3.
Flutter DT_TOOLCHAIN_DIR는 LIBRARY_SEARCH_PATHS를 평가하는 데 사용할 수 없습니다. 대신 TOOLCHAIN_DIR을 사용하세요., DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead 질문 최신 Xcode 및 iOS 17 업데이트 후 플러터 앱을 실행하려고하면 다음 오류가 발생합니다. "DT_TOOLCHAIN_DIR는 LIBRARY_SEARCH_PATHS를 평가하는 데 사용할 수 없으며 TOOLCHAIN_DIR을 대신 사용하십시오." # Uncomment this line to define a global platform for your project # platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' project 'Runner', { 'Debug' => :debu.. 2024. 1. 3.
Flutter 플러터를 iOS 앱에 추가하려고 할 때, 명령어 PhaseScriptExecution이 0이 아닌 종료 코드로 실패했습니다., Command PhaseScriptExecution failed with a nonzero exit code while trying to add Flutter to iOS app 질문 기존 앱에 플러터를 추가하려고 합니다. 따라서 제품 앱에서 작업하기 전에 새로운 Xcode 10 단일 보기 애플리케이션에서 시도해보았습니다. https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps에서 튜토리얼을 따라가다가 내 타겟의 빌드 단계에 실행 스크립트를 추가한 후에 멈춘 상태입니다. 다음과 같은 오류가 발생합니다: 오류: iphoneos/AFEiOS.build export TEMP_ROOT=/Users/dhavalkansara/Library/Developer/Xcode/DerivedData/AFEiOS-gctxucyuhlhesnfkbuxfswkozboo/Build/Intermediates.noindex export TOOLC.. 2023. 12. 15.
Flutter Firebase (Phone Auth) iOS 오류 해결: 사용자 정의 URL 스키마 등록하기, Firebase (Phone Auth) Getting iOS error: register custom URL scheme 질문 내 플러터 앱은 Firebase Auth (Phone)을 사용합니다. 계속해서 다음 오류가 발생합니다: 'Please register custom URL scheme 'com.googleusercontent.apps.602546125958-5lk04ghhdfj5xxxxxxxx''. 다음과 같이 info.plist에 URL 스키마를 추가했지만, 동일한 오류가 발생합니다. 2020-04-29 20:40:05.173962-0400 Runner[395:20944] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Please register custom URL scheme 'com.googleu.. 2023. 12. 15.