Am really enjoying this course. However, I am also getting an error after having added the web view. It crashes with ‘Thread 1: signal SIGABRT’ I downloaded the project files from this page and opened the project in xcode to build. I see the same error I do in my own project. In the console it says:
*** Terminating app due to uncaught exception ‘NSInvalidUnarchiveOperationException’, reason: ‘Could not instantiate class named WKWebView because no class named WKWebView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)’
I am using xcode 10.2 (10E125).
It is possible that I missed an instruction in an earlier video, but the solution for me was to go to the General Project settings and add webkit.framework to the linked frameworks and libraries at the bottom of the tab