mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[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:
+1
-1
@@ -116,7 +116,7 @@ function checkExistingVersion(
|
||||
const hermesXCFramework = path.join(
|
||||
artifactsPath,
|
||||
'destroot',
|
||||
'Libraries',
|
||||
'Library',
|
||||
'Frameworks',
|
||||
'universal',
|
||||
'hermes.xcframework',
|
||||
|
||||
Reference in New Issue
Block a user