본문 바로가기

다시 개발자81

Google Play Console 등록정보 수정 후 다시 심사 요청하기 Google Play store에 App을 올리기 위해서는 심사를 거쳐야 합니다. 한 번에 심사를 통과하면 좋겠지만 저는 여러 가지 이유로 거절을 당했습니다. 이때 App을 수정, 빌드해서 심사를 다시 요청할 수도 있지만 등록정보 수정 후 다시 심사를 요청하는 경우도 있습니다. 처음에 그 방법을 몰라 빌드를 새로 해 심사를 요청했었습니다. 하지만 빌드를 새로 하지 않고도 재심사를 하는 방법을 알게 되어 공유합니다. 우선 거절이 나면 최신 버전의 버전 상태가 "승인되지 않은 출시"로 나옵니다. 거절 사유로 스토어 등록정보를 수정하고 나면 버전 상태가 "전체 출시"로 변경됩니다. "프로덕션"를 선택한 후 "출시"를 선택하면 "변경사항 검토" 버튼이 활성화됩니다. "변경사항 검토"를 클릭합니다. 그럼 게시 개.. 2022. 10. 28.
[Android Studio] Invocation failed Unexpected end of file from server 에러 Android Studio에서 Git(Gitlab, GitHub)으로 소스를 download(pull, update project) 받을 때 또는 upload(push)할 때 "Invocation failed Unexpected end of file from server"라는 에러 처리입니다. 해결 방법: [Mac] Android Studio > References... 을 클릭합니다. [windows] File > Settings을 클릭합니다. References 창, 왼쪽 메뉴 중 Version Control에 Git 선택합니다. 그리고 오른쪽 하단에 있는 "Use credential helper"를 체크하고 "OK" 버튼을 누릅니다. Git에 push / pull을 하면 됩니다. 2022. 8. 29.
centos에 mysql 설치 centos에 mysql을 설치하는 방법입니다. 1. MySQL download 주소 복사 https://www.mysql.com/products/community/ MySQL :: MySQL Community Edition MySQL Community Edition MySQL Community Edition is the freely downloadable version of the world's most popular open source database. It is available under the GPL license and is supported by a huge and active community of open source developers. The MySQL www.mysql.com My.. 2022. 8. 18.
CentOS에서 anaconda로 django 설치하기 CentOS에서 anaconda로 django를 설치하는 방법입니다. 0. 전제 조건 - anaconda 설치 만약 anaconda가 설치되어 있지 않으면 아래 글을 참조해서 설치하십시오. 2022.08.17 - [다시 개발자] - centos에 anaconda 설치 CentOS에서 anaconda 설치 CentOS에서 anaconda를 설치하는 방법입니다. 1. anaconda download 사이트에 접속합니다. https://www.anaconda.com/products/distribution#Downloads Anaconda | Anaconda Distribution Anaconda's open-source.. kka3seb.tistory.com 1. django 설치 conda install d.. 2022. 8. 18.
CentOS에서 anaconda 설치 CentOS에서 anaconda를 설치하는 방법입니다. 1. anaconda download 사이트에 접속합니다. https://www.anaconda.com/products/distribution#Downloads Anaconda | Anaconda Distribution Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 2. download 주소를 복사합니다. 3. ssh로 접속 후 wget으로 anaconda를 download 받습니다. wget https://repo.anaconda.co.. 2022. 8. 17.
GitHub Repository public <--> private 변경하는 방법 GitHub Repository 공개 옵션을 변경하는 방법입니다. 공개 옵션을 변경할 Repository에 들어가 Settings을 클릭합니다. Settings 화면을 맨 아래로 내립니다. 그럼 "Danger Zone"을 발견할 수 있습니다. "Danger Zone"에서 "Change visibility"를 클릭합니다. "Change repository visibility" 창에서 원하시는 옵션을 선택하면 됩니다. 저는 public을 private으로 변경할 예정입니다. 그래서 make private을 선택하면 추가 설명이 나옵니다. 그리고 confirm을 위해 id/repository 를 입력하면 "I understand, change repository visibility" 버튼이 활성화됩니다. "I.. 2022. 7. 20.
No author information was supplied by the version control system. xcode에서 Git repository를 등록할 때 "No author information was supplied by the version control system."라는 에러가 났을 때 처리 방법입니다. xcode에서 프로젝트를 Git Repository에 등록할 때 다음과 같이 "No author information was supplied by the version control system."이라는 메시지가 나오는 경우가 있습니다. 해결 방법은 위 화면에서 "Fix..."을 클릭해서 나오는 화면에서 Author Name과 Author Email을 입력하면 됩니다. 그런데 Author Name과 Author Email을 입력했는데도 닫기 버튼이 보이지 않습니다. 이때 당황하지 말고 "Sour.. 2022. 7. 18.
GitHub Token생성하기 GitHub Token생성하기 입니다. 1. GitHub 로그인 GitHub에 로그인을 합니다. https://github.com GitHub: Where the world builds software GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 로그인에 성공하면 다음과 같이 초기 화면이 나옵니다. 초기화면 메뉴바의 맨 오른쪽에 있는 아이콘 옆 화살표를 누르면 메뉴가 나옵니다.. 2022. 7. 18.
xcode에 GitHub 연동하기 xcode에 GitHub를 연동하는 방법입니다. xcode > Preferences...를 클릭합니다. Accounts창 왼쪽 하단의 + 버튼을 클릭합니다. "Select the type of account you would like to add:" 창에 scroll을 조금 내려 GitHub를 선택하고 Continue를 클릭합니다. GitHub 계정과 Token을 입력하고 Sign In을 클릭합니다. 만약 Token이 없다면 아래 글을 참조해서 Token을 생성하십시오. 2022.07.18 - [다시 개발자] - GitHub Token생성하기 GitHub Token생성하기 GitHub Token생성하기 입니다. 1. GitHub 로그인 GitHub에 로그인을 합니다. https://github.com G.. 2022. 7. 18.