일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- 이미지
- UIButton
- Firebase
- Session
- IOS
- Archive
- Notification
- Apple
- 개발자
- github
- iOS16
- darkmode
- error
- view
- 한글
- appstore
- 웹뷰
- Realm
- Code
- mac
- rxswift
- geofencing
- Swift
- JPA
- SwiftUI
- window
- FLUTTER
- Xcode
- MacOS
- Git
- Today
- Total
목록Codable (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..