인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

jungminash0507's profile image
jungminash0507

asked

Yagom's iOS Programming

Working with an example - Passing data before screen transition

fail decoding data 뜨시는 분들

Written on

·

236

0

'the data couldn't be read because it is missing' 라는 오류가 뜨는데요

저만 그런지 모르겠지만 제가 고친 방법은

AnimalInfo.swift 의

struct AnimalInfo: Codable {

... }

struct AnimalInfor: Decodable{

...

}

로 바꾸면 됩니다.

iosswift

Answer

This question is waiting for answers
Be the first to answer!
jungminash0507's profile image
jungminash0507

asked

Ask a question