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 | 31 |
Tags
- IOS
- php
- image
- 애니메이션
- button
- iOS 개발자
- 개발자
- ipad
- MAC
- hover
- javascript
- 프론트엔드
- keyframes
- HTML
- Animation
- 풀스택
- 비전공자
- jQuery
- effect
- 비전공 개발자
- react
- html5
- front-end
- css3
- CSS
- iPhone
- 자바스크립트
- xcode
- SWIFT
- 백엔드
Archives
- Today
- Total
목록DECODE (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