sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/OSX/ –applicationpath /Applications/Install\ macOS\ High\ Sierra.app/ –nointeraction
[월:] 2017년 09월
Let’s Encrypt를 통해 웹사이트 SSL(https) 적용하기
예전부터 Let’s Encrypt 를 통해 웹사이트용 무료 SSL 인증서를 발급 받을수 있다는것은 알고 이었습니다. 하지만 3개월 마다 갱신을 해야한다는 점과 멀티 도메인 인증서가 아닌것으로 알고 있어서 불편하다는 생각에 사용을 꺼렸는데 이번에 확인해보니, 3개월 마다 갱신해야Continue reading
Google Play Games 패키지 임포트 후 빌드시 AndroidManifest.xml:36: error: Error: No resource found that matches the given name (at ‘value’ with value ‘@integer/google_play_services_version’) 문제
# Google Play Games for Unity Download https://github.com/playgameservices/play-games-plugin-for-unity # Google 로그인을 적용하기 위해 Google Play Games 패키지 설치후 빌드시 아래와 같은 오류가 발생합니다. AndroidManifest.xml:36: error: Error: No resource found that matches the given name (atContinue reading