From eda6c8a22b8e6a45b7c4cc255fe8a5d5cf3ac925 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 24 Aug 2026 08:56:40 -0700 Subject: [PATCH] fix(build): reference the iOS LocationEssentials typings @nativescript/types-ios v9 moved CLLocation, CLLocationCoordinate2D and CLLocationCoordinate2DMake out of objc!CoreLocation.d.ts into objc!_LocationEssentials.d.ts, which nothing referenced. Without it `nx build geolocation` fails with 8 "Cannot find name 'CLLocation'" errors. Co-Authored-By: Claude Opus 5 (1M context) --- references.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/references.d.ts b/references.d.ts index cd022ccd..9e993b51 100644 --- a/references.d.ts +++ b/references.d.ts @@ -2,6 +2,7 @@ /// /// /// +/// /// /// ///