MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
502 stars 76 forks source link

Fix mistranslation of external sources #3028

Closed rockbruno closed 1 month ago

rockbruno commented 1 month ago

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
brentleyjones commented 1 month ago

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

brentleyjones commented 1 month ago

Thanks @rockbruno!