Skip to content

Commit 613b8d5

Browse files
committed
codereview: Fixed comments
1 parent bf4f381 commit 613b8d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/scripts/ios-prebuild/xcframework.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ function copyHeaderFilesToSlices(
313313
'Headers',
314314
);
315315

316-
// Link umbrella / header files into the platform folder
316+
// Copy umbrella / header files into the platform folder
317317
Object.keys(umbrellaHeaderFiles).forEach(podSpecName => {
318318
const umbrellaHeaderFile = umbrellaHeaderFiles[podSpecName];
319319

@@ -328,7 +328,7 @@ function copyHeaderFilesToSlices(
328328
);
329329
} catch (error) {
330330
frameworkLog(
331-
`Error linking umbrella header file: ${error.message}. Check if the file exists.`,
331+
`Error copying umbrella header file: ${umbrellaHeaderFile}\nError: ${error.message}. Check if the file exists.`,
332332
'error',
333333
);
334334
}

0 commit comments

Comments
 (0)