Fabricio Santos Hilário do Nascimento
Results
1
comments of
Fabricio Santos Hilário do Nascimento
> If it helps, offending line was: > > ``` > shellScript = "export SENTRY_PROPERTIES=sentry.properties\nexport NODE_BINARY=node\n../node_modules/@sentry/cli/bin/sentry-cli react-native xcode \\\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; > ``` > > Had to remove the `\\` from `\\\n`...