본문 바로가기
반응형

Debug8

[Solved][ios] CocoaPods did not set the base configuration of your project because your project already has a custom config set. [Solved][Ios][Flutter] CocoaPods did not set the base configuration of your project because your project already has a custom config set. 에러메시지 (Error) pod install --repo-update 위 명령을 내리다가 발생한 에러 메시지 [Eng](The error message that occurred while executing the above command) [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In ord.. 2023. 8. 16.
[Flutter] apk build command (debug, release available) (apk 빌드 명령(debug, release 가능)) [Flutter] apk build command (debug, release available) apk 빌드 명령(debug, release 가능) - build for debug flutter build apk --debug --target-platform=android-arm64 - build for release flutter build apk --release --target-platform=android-arm64 2022. 8. 31.
[flutter] Shader compilation error 문제 상황 flutter 버전 업그레이드 이후부터 프로젝트 앱 빌드시 Shader compilation error를 포함한 에러가 여러번 호출되는 문제가 있었습니다. 해결 방법 flutter 버전을 다운그레이드 하는 방법 flutter run --enable-software-rendering 명령을 이용하여 다시 빌드하는 방법 안드로이드 에뮬레이터의 하드웨어 가속을 disable하는 방법 필자는 flutter run --enable-software-rendering 명령으로 문제를 해결했습니다. https://www.google.com/search?q=Shader+compilation+error&oq=Shader+compilation+error&aqs=chrome..69i57j0j0i30l2j0i5i30.. 2021. 11. 21.
[flutter] Unimplemented handling of missing static target 문제 상황 빌드를 하려는데 Unimplemented handling of missing static target 에러가 뜹니다. 해결 방법 flutter clean 후, flutter run하면 해결됩니다. > android studio ide에서 flutter clean 방법 https://studiodoc.tistory.com/21 2021. 11. 17.
반응형