Hey Brian! At this point (not sure at which lesson this started)I have a serious bug in the UserPostCells, as only some images are loading in postImageViews. More precisely, only one image loads among the posts. (profileImageViews are fine). I have debugged the posts' imageUrl, they are valid, showing up in the browser when I copy their url from the debugger. The web app loads all images though. The problem is only in the iOS part. I have copied your code for the iOS project, so I am using postImageView.sd_loadImage() in the item didSet observer.
Only the Image is not loading, except for the last cell. Maybe it is the SDWebimage bug with newer Xcode versions? I am using M1 macbook pro since January.
Any ideas? Thanks,
Greg