You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ios-prebuild): execFileSync arg arrays for the stub-xcframework toolchain calls
The xcrun/clang/libtool/lipo/xcodebuild invocations in
buildReactNativeHeadersXcframework used execSync with template-interpolated
double-quoted paths; a path containing a quote or dollar sign could break or
shell-expand. Converted to execFileSync argument arrays (matching
headers-verify.js and the existing cp calls); libtool's 2>/dev/null shell
redirect becomes stdio: ['ignore', 'pipe', 'ignore'].
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments