Posts

Post not yet marked as solved
3 Replies
I'm getting back into coding after years away. I ran into the same problem with the tutorial. I also spent a lot of time trying to debug javascript without a debugger, which you do with a lot of console() calls. Fortunately, Swift has print(). So I added a print(error) right after the catch after the decode() in ModelData, and the error was simply that I misspelled "latitude".