728x90 에러7 [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. 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. [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. Go(Golang)의 fmt.Errorf() Golang의 fmt.Errorf() 함수에 대해 알아보자! https://pkg.go.dev/fmt fmt package - fmt - Go Packages Print, Println, and Printf lay out their arguments differently. In this example we can compare their behaviors. Println always adds blanks between the items it prints, while Print adds blanks only between non-string arguments and Printf does exactly what i pkg.go.dev fmt.Errorf() 함수를 사용해 에러가 발생한 값과 매개변수의 정보를.. 2022. 8. 19. [GitHub] Push 에러 해결하기 (error: failed to push some refs to) 📝 github에 commit을 하다가 git push origin master 를 입력했는데 갑자기 에러가 발생했다. ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/jiyeong1004/JAVA200_Intermediate.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You.. 2021. 7. 5. 이전 1 다음 728x90