ABOUT ME

-

Today
-
Yesterday
-
Total
-

[jekyll] 로컬에서 구동시 Dependency Error 문제 해결하기
개발 관련 2024.03.21 22:35

안녕하세요 아렉스입니다 ! 로컬에서 jekyll을 실행할 때 아래와 같은 명령어를 사용하게되는데요. bundle exec jekyll serve 이런 에러 메세지를 만나게되었네요 ㅜ 문제를 겪으면 검색하면 다 나온다던데, 긴 영어 메세지 때문에 종종 무엇을 검색해야하나 싶더라구요 ~ 위와 같은 경우는 Gemfile에 cannot find file filename에 해당되는 부분을 추가하면 됩니다. gem "kramdown-parser-gfm" 추가 한 후 설치-> 구동까지 해주시면 됩니다 bundle install bundle exec jekyll serve

[iOS] Storyboard에서 accessibilityIdentifier 설정하기 (User Defined Runtime Attributes)
iOS 📱 2024.03.13 23:08

안녕하세요 아렉스입니다 ! 어느덧 봄이 되었네요 :> 간단한 학습을 목적으로 할 때는, 스토리보드도 종종 사용하곤하는데요 ! 스토리보드로 UITest를 해보려고하니, IBOutlet 변수에 접근하여 accessibilityIdentifier 설정해주는 방법 이외에 스토리보드에서 직접할수는 없는건가 ~? 생각이 들더라구요 iOS 개발 초반에 corner radius 를 스토리보드로 했던 방식이 떠올라서 간만에 글을 적게됐네요 User Defined Runtime Attributes란? Xcode의 Interface Builder에서 특정한 UI 객체에 사용자가 정의하는 값을 바로 입력하는 기능을 말합니다. Storyboard에 정의된 인스턴스에서 값을 설정할 수 있는 것으로, Identity Inspect..

[Git] remote 원격 브랜치 로컬로 가져오기
GitHub 2024.03.05 12:31

checkout 로컬 브랜치 이름을 별도로 설정하려고자할 때 git checkout -b --track / git checkout -b -t / 원격저장소 브랜치 이름을 그대로 사용할 때 git checkout -t / 참고 https://git-scm.com/docs/git-checkout Git - git-checkout Documentation When there is only one argument given and it is not -- (e.g. git checkout abc), and when the argument is both a valid (e.g. a branch abc exists) and a valid (e.g. a file or a directory whose name is "a..

최근 글 목록

Designed by Tistory.