| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
- appstore
- geofencing
- Firebase
- FLUTTER
- Realm
- 개발자
- 한글
- shorebird
- IOS
- error
- darkmode
- Code
- 맥
- github
- SwiftUI
- window
- mac
- Swift
- UIButton
- MacOS
- Git
- 이미지
- Xcode
- Archive
- JPA
- iOS16
- rxswift
- 웹뷰
- Apple
- Session
- Today
- Total
목록CodingKeys (2)
EEYatHo 앱 깎는 이야기
배경 설명 갑자기 특정 Lottie 파일만 작동을 안하는 버그 발생.. 에러 메세지 : keyNotFound(Discriminator(stringValue: "ty", intValue: nil), Swift.DecodingError. Context(codingPath: [_JSONKey(stringValue: "Index 12", intValue: 12), _JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "No value associated with key Discriminator(stringValue: \"ty\", intValue: nil) (\"ty\").", underlyingError: nil)) 에러 메세지나 관련 키워드로..
네트워크 통신을 위한 Codable 구조체 만들 때, API 스키마 보면서 타이핑 했는데, 한방에 해주는 툴이 있었다. 새삼스럽지만, 경력 많은 분들한테 뭐 배우는 거 진짜 너무 효율적인듯.. 홈페이지. https://quicktype.io/ Convert JSON to Swift, C#, TypeScript, Objective-C, Go, Java, C++ and more • quicktype { "people": [ { "name": "Atticus", "high score": 100 }, { "name": "Cleo", "high score": 900 }, { "name": "Orly" }, { "name": "Jasper" } ] } Provide sample JSON files, URLs, JS..