We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4f381 commit 613b8d5Copy full SHA for 613b8d5
1 file changed
packages/react-native/scripts/ios-prebuild/xcframework.js
@@ -313,7 +313,7 @@ function copyHeaderFilesToSlices(
313
'Headers',
314
);
315
316
- // Link umbrella / header files into the platform folder
+ // Copy umbrella / header files into the platform folder
317
Object.keys(umbrellaHeaderFiles).forEach(podSpecName => {
318
const umbrellaHeaderFile = umbrellaHeaderFiles[podSpecName];
319
@@ -328,7 +328,7 @@ function copyHeaderFilesToSlices(
328
329
} catch (error) {
330
frameworkLog(
331
- `Error linking umbrella header file: ${error.message}. Check if the file exists.`,
+ `Error copying umbrella header file: ${umbrellaHeaderFile}\nError: ${error.message}. Check if the file exists.`,
332
'error',
333
334
}
0 commit comments