본문 바로가기
728x90

Study14

[Unity] CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 📝 Unity에서 만든 프로그램을 안드로이드에 빌드하면서 이런 에러가 떴다. CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. 1. 지금 테스트하려고 하는 단말기에 이미 설치된 버전이랑 맞지 않아서 발생 2. 현재 핸드폰의 용량 부족 3. etc. 1. 핸드폰에 있는 앱을 지우고 다시 컴파일한다. 2. 핸드폰 용량을 정리 후 빌드한다. 3. [다른 .. 2023. 4. 18.
[GitHub] (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope) 해결 방법 📝 git push를 하고 있는데 에러가 발생했다. ! [remote rejected] feature/STC-134 -> feature/STC-134 (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope) error: failed to push some refs to 'https://github.com/haiicorp/strokcare-app-unity.git' 발급받은 Access token(푸시할때 사용하는 개인 액세스 토큰(PAT, Personal Access.. 2023. 3. 8.
[Unity] InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. 해결 방법 유니티 스크롤을 페이지 단위로 처리하는 것을 YouTube 영상을 보면서 만들고 실행을 시켜봤는데 InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. 이런 에러가 발생했다. 에러를 찾아본 끝에 해결책을 찾았다. 1. File > Build Settings 클릭 2. Player Settings... 클릭 3. Player > Other Settings에서 밑으로 내려보면 4. Active Input Handling* 이 I.. 2023. 2. 3.
[C#, Unity] NullReferenceException: Object reference not set to an instance of an object 해결 방법 실습 도중 이런 에러가 발생했다. NullReferenceException: Object reference not set to an instance of an object 👉 NullReferenceException: 개체 참조가 개체의 인스턴스로 설정되지 않았습니다. null의 값을 가질 수 없는 object에 null을 할당했기 때문에 발생한다. 💡 방법 1 : 내가 해결한 방법 이런 식으로 오브젝트를 할당을 해주지 않아서 None 값으로 표시될수도 있고 MissingData처럼 스크립트에서 오브젝트 이름을 바꾸면 초기화가 될 수도 있으니 해당 오브젝트를 다시 할당해주어야 한다. 💡 방법 2 : 인터넷에서 찾아 본.. 2022. 12. 2.
[IntelliJ] 인텔리제이 Server's certificate is not trusted 해결하기 인텔리제이를 실행시켰는데 이런 팝업이 떴다. ( Server's certificate is not trusted ) IntelliJ를 사용하면서 이번에 처음 뜬 팝업창이지만 찾아보니까 이런 메시지가 꽤 자주 나온다고 한다. (특히 회사 같은 곳에서) 일단 팝업에서 Accept를 눌러서 팝업창을 닫은 뒤 해당 메시지가 나오지 않게 하기 위한 방법을 알아보자! (나는 일단 Accept를 눌렀는데 Reject 눌러도 상관없을 것 같다. 일단 팝업창부터 닫은 뒤 설정으로 가야 해서) File > Settings > Tools > Server Certificates 에서 Accept non-trusted certificates automatically 체크박스 체크 를 해주면 이제 해당 .. 2022. 11. 21.
Mac 에러 해결하기 (xcrun: error: invalid active developer path) 전날 밤에 Mac을 업데이트했다. 오늘도 개발을 하려고 인텔리제이(IntelliJ)에서 작업 후 실행을 시켰는데 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 이런 에러가 발생했다. > xcode-select --install 터미널에 위에 명령어를 입력해주면 간단히 해결된다! 2022. 11. 16.
Mac OS 터미널(Terminal) 오류 IntelliJ에서 개발을 하고 Terminal에서 실행을 시켰는데 종료가 되지 않았다. 보통 Ctrl + C 를 누르면 종료가 되는데 계속 종료가 안됐다. 그래서 온갖 키를 다 눌러봤다.. exit, q 등.... 안된다........ 하지만 열심히 구글링해서 찾았지..ㅎㅎ https://sas-study.tistory.com/301 Mac OS 터미널 사용팁, 프로세스 끄기 / 정지(Control + Z / Control + C) 안녕하세요. 오늘 맥OS 터미널 관련해서 공유드릴 것이 있어서 포스팅합니다. 저는 작업을 할때 스프링부트, 리액트 어플리케이션을 각각 IDE나 터미널 창에서 실행하여 작업하곤 하는데 IDE보다 sas-study.tistory.com 이 분의 블로그를 보고 해결을 했다! 나는.. 2022. 11. 8.
[FPDF] Failed to initialize parser: Failed to read pdf: Failed to read xref table: Expected xref to start with ‘xref’. Got: 103 GoFPDF로 PDF template을 import 하려고 하는데 계속 이런 에러가 발생했다. > Failed to initialize parser: Failed to read pdf: Failed to read xref table: Expected xref to start with ‘xref’. Got: 103 https://github.com/phpdave11/gofpdi/issues/16 Failed to initialize parser: Failed to read pdf: Failed to read xref table: Expected xref to start with 'xref' · Issue #16 · p Certain formats of PDF documents do not contain t.. 2022. 9. 7.
728x90