arled / swift-rss-reader-example

An RSS reader example app written in Swift.
77 stars 31 forks source link

Web-page doesn't load #7

Closed swiftyuser closed 4 years ago

swiftyuser commented 5 years ago

Opening the feed calling an exception "Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named WKWebView because no class named WKWebView was found"

Solving: Add framework "WebKit" into the project

WebKit.gif