Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mistranslation of external sources #3028

Merged
merged 1 commit into from
May 16, 2024

Conversation

rockbruno
Copy link
Contributor

Remapping of external sources in the index is done by replacing the path with xcodeOutputBase, which is built by removing paths from xcodeExecutionRoot. However, when split() is called, the leading / from xcodeExecutionRoot is lost, which was causing index-import to not translate these files correctly.

Screenshot 2024-05-16 at 15 57 02

@rockbruno rockbruno requested a review from a team as a code owner May 16, 2024 14:11
@brentleyjones
Copy link
Contributor

You'll need to sign-off on your git commit to pass the DCO check.

Signed-off-by: Bruno Rocha <rochab@spotify.com>
@brentleyjones brentleyjones merged commit aacad5a into MobileNativeFoundation:main May 16, 2024
16 checks passed
@brentleyjones
Copy link
Contributor

Thanks @rockbruno!

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.

None yet

4 participants