file name collision when cloning repo

I’m looking to contribute, but when cloning the repo i get a naming collision error.
im on mac so the file system is case-insensitive
ive never encountered this before. is no one developing on mac?

Cloning into 'expo'...
remote: Enumerating objects: 313205, done.
remote: Total 313205 (delta 0), reused 0 (delta 0), pack-reused 313205
Receiving objects: 100% (313205/313205), 1.76 GiB | 553.00 KiB/s, done.
Resolving deltas: 100% (196842/196842), done.
Checking out files: 100% (63344/63344), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'ios/Pods/Target Support Files/Yoga/Yoga-prefix.pch'
  'ios/Pods/Target Support Files/yoga/yoga-prefix.pch'

Hmmm… I suspect the lowercase one is a mistake.

in my clone, the lowercase version got clobbered. so i guess we’re in the clear?

The sdk-36 branch only has the uppercase version.

On the master and sdk-37 branches, those two files are identical.

The lowercase version was created in September 2018, deleted in November 2019 and added again 4 days later. So I’m pretty sure it’s not meant to be there.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.