File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ if [[ "$TARGET_ENGINE" == "none" ]]; then
185
185
186
186
# We adhere to the prebuilds standard as described here:
187
187
# https://github.com/callstackincubator/react-native-node-api/blob/9b231c14459b62d7df33360f930a00343d8c46e6/docs/PREBUILDS.md
188
- OUTPUT_DIR=" packages/ios/build/Release /NativeScript.apple.node"
188
+ OUTPUT_DIR=" packages/ios/build/$CONFIG_BUILD /NativeScript.apple.node"
189
189
rm -rf $OUTPUT_DIR
190
190
deno run -A ./scripts/build_xcframework.mts --output " $OUTPUT_DIR " ${XCFRAMEWORKS[@]}
191
191
else
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ $ deno run -A ./scripts/build_xcframework.mts --output packages/ios/build/Releas
84
84
} ) ;
85
85
} catch ( error ) {
86
86
const errorMessage = error instanceof Error ? error . message : "<unknown>" ;
87
- console . error ( `Failed to assemble XCFramework: ${ errorMessage } ` ) ;
87
+ console . error ( `Failed to assemble XCFramework: ${ errorMessage } ` , error ) ;
88
88
process . exit ( 1 ) ;
89
89
}
90
90
You can’t perform that action at this time.
0 commit comments