250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- front-end
- php
- html5
- 자바스크립트
- iPhone
- ipad
- hover
- CSS
- button
- 애니메이션
- IOS
- react
- SWIFT
- MAC
- 프론트엔드
- image
- xcode
- jQuery
- 비전공 개발자
- effect
- Animation
- 비전공자
- 백엔드
- javascript
- keyframes
- css3
- HTML
- 풀스택
- 개발자
- iOS 개발자
Archives
- Today
- Total
목록json (1)
비전공자 개발일기

개인 프로젝트를 위해 해당 어플을 Firebase에 연동하고, Firebase에 저장한 DB(Realtime Database)들을 불러오는 과정에서 아래와 같은 에러가 발생 ERROR JSON Parsing The data couldn’t be read because it is missing. 해결 과정 1. value부터 값들을 잘 불러오는 지 점검 -> hospitalData가 출력이 안되는 것 확인 self.ref = Database.database().reference() self.ref.observe(.value) { snapshot in guard let value = snapshot.value as? [String: [String: Any]] else { return } // print(va..
SWIFT/(SWIFT || Xcode)Error
2023. 1. 3. 17:32