[ios][prebuild] fix wrong directory in hermes prebuild check

When checking if we should download hermes artifacts, the path to the folder we're checking was wrong, causing hermes to always be downloaded.

This commit fixes this by renaming it from `Libraries` -> `Library`
This commit is contained in:
Christian Falch
2025-05-22 11:52:07 +02:00
parent 554dbce652
commit 2dc20c5dc7
+1 -1
View File
@@ -116,7 +116,7 @@ function checkExistingVersion(
const hermesXCFramework = path.join(
artifactsPath,
'destroot',
'Libraries',
'Library',
'Frameworks',
'universal',
'hermes.xcframework',