Chapter 7, the new look

I’m not sure why, but if you simply just do “import WebKit” at the top of the AbouViewController, the application will give you an error saying that the class needs to be defined in source code or linked in from a library

To fix this, you have to manually import the class like so:

49%20PM

To achieve this you need to go your app’s target, and then in the General Settings

Hi @mcneils, thank you for sharing!

Best,
Gina

Thank you for this! I never would have figured this out. Can anyone explain why this happened? Will I need to do this with future added frameworks?

Thank you! I had this app, it used to work. I could not figure out how to fix it… Is it an Xcode bug? Or new way to import WebKit?

@wizarddr @noah8610 Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.