| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
@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) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 68122526-87e8-4331-852a-f188f52ba449 You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file. Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
nx build geolocation currently fails on main with 8 errors:
@nativescript/types-ios v9 moved CLLocation, CLLocationCoordinate2D and CLLocationCoordinate2DMake out of objc!CoreLocation.d.ts and into objc!_LocationEssentials.d.ts. The root references.d.ts references the former but never picked up the latter, so those symbols resolve nowhere.
One line added to references.d.ts. nx build geolocation is clean afterwards.
Independent of the perms v3 work, but worth merging first — it is what makes #675 verifiable.
🤖 Generated with Claude Code