Search code examples
swiftxcodecore-locationxcode13

I can't import CoreLocation


 CoreLocation doesn't exits

Firstly,I added corelation.framework later I got permission location privacy from info.plist. I use xcode 13.4.1 and I can't import coreLocation ,it doesn't exist. therefore ı can't create a object from CLLocationManager class . CoreLocationUI exist but I don't want to use it . How do I fix it ?


Solution

  • You've named your app "CoreLocation", so this is an import of the package itself, not the system's CoreLocation. You should rename your app.