Skip to content

Comments

Fix path normalization issue on iOS#705

Merged
samholmes merged 1 commit intomasterfrom
sam/bundle-fix
Feb 10, 2026
Merged

Fix path normalization issue on iOS#705
samholmes merged 1 commit intomasterfrom
sam/bundle-fix

Conversation

@samholmes
Copy link
Contributor

@samholmes samholmes commented Feb 10, 2026

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

Note

Low Risk
Small iOS-only change to how a constant URL is computed; main risk is incorrect path derivation on edge-case bundle layouts leading to asset load failures.

Overview
Fixes an iOS bundle path mismatch by changing EdgeCoreModule.constantsToExport() to derive rootBaseUri via a two-level .bundle lookup (matching plugin sourceUri generation) instead of using Bundle.main.bundlePath, avoiding file:// URLs containing /private.

Adds an Unreleased changelog entry noting the iOS /private/var vs /var symlink-related bundling fix.

Written by Cursor Bugbot for commit 6fdd615. This will update automatically on new commits. Configure here.


@samholmes samholmes merged commit 3104a49 into master Feb 10, 2026
3 checks passed
@samholmes samholmes deleted the sam/bundle-fix branch February 10, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants