Chapter 27: Core Location

When we were using web view in bullseye app that was created with UIKit we have to add import WebKit statement to AboutViewController and then go under Project > General > Frameworks, Libraries, and Embedded Content to add WebKit framework. But now we used just the import CoreLocation statement and that is all we have to do. Why is that? Could we use WebKit framework without adding it under Frameworks, Libraries, and Embedded Content?

@ganem Can you please help with this when you get a chance? Thank you - much appreciated! :]

@interactivexr Yes, you can use WebKit without adding it to the Frameworks list.
This works thanks to a flag called “Link Frameworks Automatically”, which you can find under the Build Settings of your project. It defaults to YES.

1 Like

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