nguyenmelissa23 / Tumblr-

0 stars 0 forks source link

Fixed compile error #1

Open EddieCarrillo opened 6 years ago

EddieCarrillo commented 6 years ago

Fixed problem.

Steps: 1.) Get rid of pod dependencies. --> pod deintegrate 2.) Get rid of all the pods in the podfile. 3.) Add the pod 'AlamofireImage', '~> 3.1' dependency.

The other pods were not needed for this lab. One of the pods I believe was not updated for Swift 4 and that's why you were getting compile errors.

EddieCarrillo commented 6 years ago

Also I noticed you made an IBOutlet from the cell to the view controller. I would delete this connection. You should never need to do this. If you follow the table view guide it should help you set up the cell. If you have any more questions feel free to ask them on the Discussion board.