DEV Community

Discussion on: Snapchat Snap Kit SDK Tutorial for iOS Swift

Collapse
 
seanfcastillo profile image
seanfcastillo

Log in code doesn't work. You are using some UserEntity class that is undefined.

let userEntity = try? JSONDecoder().decode(UserEntity.self, from: data) is the problem.

After some Googling I found a Github file with the UserEntity class. Guessing you just lifted the code from there (Github user kboy-silvergym).