Benoît
05/21/2024, 6:47 AM--show-sdk-platform-path
for xcrun
which as been removed at some point on some machine I suppose? It's rather difficult to find info about it online.
The fix is to use the flag --show-sdk-path
instead. I'm puzzled as to why I cannot find more of that error online. In any case, the only fix I have now is to run export SDKROOT=$(xcrun -sdk macosx --show-sdk-path)
before running anything relying on MacOSSdkPlatformPathLocator
for it not to break.
I'm hoping this could get addressed within Gradle when possible.daniel
07/15/2024, 6:36 PMBenoît
07/15/2024, 7:35 PMdaniel
07/16/2024, 12:22 AMtoolChains
model. Of course, if the flag breaks Gradle during its tool chain fingerprinting then the only way around it is to create a script that would stand for xcrun
and use the right flag. At the moment, it’s the best that can be done.