iOS/Swift memo(4)
-
Support for password authentication was removed on August 13, 2021.
시도들 1. generate new token(Fine-grained tokens) 2. 비번입력할때 깃헙 비번 입력 3. 비번입력할때 generate해서 저장해둔 토큰값 입력 4. change the remote url set 이걸 해줬어야했네 해결완료. https://levelup.gitconnected.com/fix-password-authentication-github-3395e579ce74
2022.10.28 -
M1노트북에서는 simulator로 실행이 안되나요?
https://stackoverflow.com/questions/65717863/xcode-m1-run-designed-for-iphone Xcode M1: Run Designed for iPhone Hello fellow [iOS] Developers! I've just got my M1 MacBook Pro and been loving how we can test our Apps without even using our mobile devices (props to Apple!!) So far, I was able to test the app stackoverflow.com
2022.01.18 -
[swift] 타입과 프로퍼티
1. 타입이란? type이란? zeddios.tistory.com/207 Swift ) Types 안녕하세요 :) Zedd입니다. 지금 tuple에 관한 글을 쓰고 있는 중인데, 간단하게 Swift의 Type에는 어떤것들이 있는지 알아보려고 해요 :) 굉장히 짧은 글이 될 듯 한데, tuple을 알려면 꼭 알아야 할 것 zeddios.tistory.com 2. 저장 프로퍼티 zeddios.tistory.com/243 Swift ) Properties - Stored Property(저장 프로퍼티) 안녕하세요 :) Zedd입니다. 오늘은 Property에 대해서 배워볼거에요!!!! Swift의 프로퍼티에는 종류가 있답니다. 글을 쓰면서 제가 프로퍼티 프로퍼티 그러는데, 딱 이건 무슨 프로퍼티다!!!라고 확..
2021.05.08 -
[swift] apple 로그인 구현하기
참고에 도움이 됐던 사이트를 올려보겠다 1. huisoo.tistory.com/3 [Swift] 애플 로그인 구현 (Sign in with Apple) 이 포스트는 애플 로그인(Sign in with Apple)을 설명하기 위한 포스팅입니다 :) 애플의 공식 문서를 기반으로 작성하였으며, 애플 로그인에 대한 애플의 가이드라인은 여기에서 확인하실 수 있습니 huisoo.tistory.com 2. twih1203.medium.com/%EC%95%A0%ED%94%8C-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0-sign-in-with-apple-1-5db7606867 애플 로그인 구현하기(Sign In With Apple) — 1 안녕하세..
2021.04.30