본문 바로가기

VisualStudioCode4

Xcode에서 iOS 앱을 빌드하는 동안 오류가 발생했습니다: 샌드박스: rsync.samba (13105)가 파일 쓰기 생성을 거부했습니다. Flutter가 파일에 쓰지 못했습니다., error while build iOS app in Xcode : Sandbox: rsync.s.. 질문 while building iOS app on Xcode I got these 2 errors, I tried to build the iOS on visual studio code and I got the same errors. the operating system macOS 14.0 beta. processor M1 Pro Could downgrading the operating system fix that issue? 답변 Xcode 프로젝트 빌드 옵션을 ENABLE_USER_SCRIPT_SANDBOXING으로 'No'로 업데이트하세요. 2023. 12. 15.
Flutter 에뮬레이터를 위한 Visual Studio Code 장치 설정 방법, How to set up devices for Visual Studio Code for a Flutter emulator 질문 I'd like to use Visual Studio Code as my editor for Flutter development, but I don't know how to get the emulator going. I've installed Visual Studio Code on Ubuntu 17.10 (Artful Aardvark). I followed the first half of instructions as outlined on the Flutter: Get Started page (Create new app). Then I ran into trouble in the second half: Run the app Make sure a target device is selected in the.. 2023. 6. 14.
Flutter 의존성이 널 안전성을 지원하지 않기 때문에 사운드 널 안전성으로 실행할 수 없습니다., Cannot run with sound null safety because dependencies don't support null safety 질문 저는 dart.dev의 "null safety 활성화"를 따라하고 전체 Flutter 애플리케이션을 null safety로 전환했습니다. 이제 flutter run을 사용하여 실행하려고합니다. 그러나 다음 오류 때문에 시작되지 않습니다. Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:cloud_firestore_web - package:firebase_core_web - package:shared_preferences - package:url_launcher_web - package:firebase_auth - package:http - pac.. 2023. 5. 10.
flutter 비주얼 스튜디오 코드 - URI의 대상이 존재하지 않음 'package:flutter/material.dart', Visual Studio Code - Target of URI doesn't exist 'package:flutter/material.dart' 질문 나는 방금 플러터 개발을 위해 맥북을 설정했습니다, 그래서 나는 플러터 SDK를 다운로드하고 문서에 배치했습니다. 그 후에 나는 명령 줄에서 flutter로 작업하기 위해 경로 변수를 설정했습니다. 나는 명령어 flutter create todolist를 실행하여 빈 프로젝트를 얻었습니다. 나는 또한 내 비주얼 스튜디오 코드를 Dart-Code로 설정하여 적절한 구문 강조, IntelliSense 등을 갖추고 있습니다. 그래서 내 비주얼 스튜디오 코드를 열 때, 다음 이미지와 같이 import 메소드를 강조합니다: 이것은 올바른 클래스를 강조하기 때문에 실제 오류인지 아닌지 이해하기가 완전히 어렵다는 것을 의미합니다. 나는 pub get과 flutter packages get을 모두 실행하여 모든 .. 2023. 5. 9.