본문 바로가기
반응형

빌드10

[Solved] Flutter Member not found: FirebaseAppPlatform.verifyExtends [Solved] Flutter Member not found: FirebaseAppPlatform.verifyExtends 해결 방법 (Solution) 1. pubspec.yaml에 아래 한 줄 추가 [Eng](Add below line to pubspec.yaml) dependency_overrides: firebase_core_platform_interface: 4.5.1 2. 아래 명령으로, 패키지 메이저 버전 업그레이드 [Eng](Use the command below to upgrade the package major version.) flutter pub upgrade --major-versions 3. iOS 프로젝트의 Pods를 업데이트 [Eng](Update the Pods of you.. 2023. 1. 14.
[ios][flutter] CocoaPods could not find compatible versions for pod "Firebase/Firestore": In snapshot (Podfile.lock): [ios][flutter] CocoaPods could not find compatible versions for pod "Firebase/Firestore": In snapshot (Podfile.lock): 에러 메시지 [ios][flutter] CocoaPods could not find compatible versions for pod "Firebase/Firestore": In snapshot (Podfile.lock): 해결 방법 pod repo update 명령 수행 Podfile.lock 파일 삭제 pod install 명령 수행 2023. 1. 14.
[ios][flutter] Invalid Podfile file: undefined method `enable_user_defined_build_types!' [ios][flutter]Invalid Podfile file: undefined method `enable_user_defined_build_types!' 해결 방법터미널을 열고 아래 명령어를 차례대로 입력한다. gem cleanupbrew uninstall cocoapodssudo gem uninstall cocoapodssudo gem install cocoapods -v 1.10.0 -n /usr/local/binsudo gem install cocoapods-user-defined-build-typespod install --repo-update ( 2023. 1. 14.
How to Deploy Qt project using cqtdeployer on Ubuntu/Windows (우분투/윈도우에서 cqtdeployer 사용하여 Qt프로젝트 배포하는 방법) How to Deploy Qt project using cqtdeployer on Ubuntu/Windows(우분투/윈도우에서 cqtdeployer 사용하여 Qt프로젝트 배포하는 방법) Qt프로젝트를 배포하려면, 개발자가 아래 세 단계를 처리해야한다.(To deploy a Qt project, a developer has to go through the three steps below.)  Qt프로젝트 빌드 ($ make ~~)qmake 명령어를 사용하여 makefile 생성make 명령어를 사용하여 빌드Qt, qml 동작에 필요한 라이브러리 수집 (CQtDeployer 실행) & 서드파티 라이브러리(.so파일) 수집deb파일 만들기 위 세 단계 중 1단계는 Qt Creator 빌드를 하거나 각 OS환경.. 2022. 10. 9.
반응형