Rafael Schettino

Results 4 comments of Rafael Schettino

I have the same error on a new RN project. ``` PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'TestProject' from project 'TestProject') cd /Users/rafael/workspace/TestProject/ios export ACTION\=build export...

I used the following code to diagnose the error on the `node_modules/react-native/scripts/react-native-xcode.sh` ```sh err_report() { echo "Error on line $1" } trap 'err_report $LINENO' ERR ``` The function `err_report` noticed...

I used the following code to diagnose the error on the `node_modules/react-native/scripts/react-native-xcode.sh` ```sh err_report() { echo "Error on line $1" } trap 'err_report $LINENO' ERR ``` The function `err_report` noticed...

> I agree with your response, maybe it by-pass this problem. But the main problem is : this error is generated by the official create react native script. We are...