본문 바로가기
반응형

Solved16

[Solved][Ios] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. [Solved][Ios] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. 에러메시지 (Error situation) flutter 앱을 ios버전으로 빌드하는 중에 발생한 에러. 어떻게 해결해야하나 찾아보던 중 해결책을 발견하여 공유한다. [!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. 해결 방법 (Solution) ios/Podfile 의 RunnerTests 관련 코드를 제거하면 된다! 즉, 아래의 원본 코드를 [Eng](Just remove the Runn.. 2023. 8. 17.
How to fix when redirect (>) doesn't work because you don't have permission in Ubuntu (우분투에서 권한이 없다는 이유로 리다이렉션(>)이 안될 때 해결 방법) How to fix when redirect (>) doesn't work because you don't have permission in Ubuntu (우분투에서 권한이 없다는 이유로 리다이렉션(>)이 안될 때 해결 방법) 아래처럼 명령어를 내리면 /etc/udev/rules.d 내의 파일에 리다이렉션이 실패한다. 이유는 폴더가 root권한의 폴더이므로 일반 유저에겐 권한이 없기 때문이다. [English](If you issue the command as below, redirection to the file in /etc/udev/rules.d fails. The reason is that the folder is a folder with root privileges, so normal users.. 2022. 10. 13.
qt collect2 error ld returned 1 exit status - Solution(에러 해결 방법) qt collect2 error ld returned 1 exit status - Solution(에러 해결 방법) 문제 상황 (problem situation) Qt로 개발하다보면, issue 탭에는 별 다른 에러메시지가 없다가 마지막에 아무런 상세 설명 없이 qt collect2 error ld returned 1 exit status 에러 메시지가 표시될 때가 있다. 난감하겠지만 아래 방법을 적용하면 해결 될 것이다. [English](When developing with Qt, there are no other error messages in the issues tab, but without any detailed explanation at the end. qt collect2 error ld r.. 2022. 10. 7.
qt conversion from int64_t to qvariant is ambiguous - Solution (에러 해결 방법) qt conversion from int64_t to qvariant is ambiguous - Solution (에러 해결 방법) (추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편 https://inf.run/3XmSH Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 - 입문편 강의 - 인프런 Qt QML과 C++를 사용하여 크로스플랫폼 애플리케이션 개발에 입문할 수 있습니다. 해당 강의에서는 윈도우 응용 프로그램 타겟으로 개발을 진행합니다., 강의 주제 📖 이 강의를 통해 참가자들은 www.inflearn.com qt conversion from int64_t to qvariant is ambiguous 윈도우/맥 환경에서 잘 빌드되던 Qt프로젝트가 리눅스 환경에서 .. 2022. 10. 6.
반응형