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

Fixed typos in file paths breaking compilation on case-sensitive file systems #4966

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tladesignz
Copy link

No description provided.

@tonisevener
Copy link
Collaborator

@tladesignz Thanks for the fix! I have created an associated Phabricator task so that we can track it's status on our workboard - https://phabricator.wikimedia.org/T377345.

We will post feedback here in GitHub if any changes are needed from code review.

@tonisevener
Copy link
Collaborator

@tladesignz Thanks for the PR. Can you provide test steps for us? I can spin up a case-sensitive volume on my machine and compile from there, but I wanted to make sure that matches your setup.

@tladesignz
Copy link
Author

To reproduce:

  • Create case sensitive APFS volume
  • Check out project into volume
  • Open Xcode project
  • Check project navigator pane: You will find some files marked red, because they cannot be found
  • Try to compile project: won't work, files could not be found
  • Apply PR fixing file name casing
  • Red marking will go away
  • Project compiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants