What should I set `core.symlinks` to for my projec...
# multiplatform
n
What should I set
core.symlinks
to for my project if I have symbolic linked iosX86 and iosArm to a common directory? I assume I want
false
to maintain compatibility with Windows collaborators?
e
If I remember right, that's not so much a project setting as a setting that you can use when cloning the repo on Windows. It doesn't affect the presence or absence of symlinks - just how they're handled on Windows. Not sure it matters too much since the iOS targets will be ignored on Windows. The bigger problem I found with using symlinks was frequent disk synchronization issues in Intellij that required attention to resolve correctly.