ios - Shell Script Invocation Error on XCode 8.3.2 on React-native -


i got error when run reactnative app

/users/glb-285/desktop/reactprojects/dribbleproject/ios/build/build/intermediates/react.build/debug-iphonesimulator/double-conversion.build/script-190ee32f1e6a43de00a8543a.sh: line 3: /users/glb-285/desktop/reactprojects/dribbleproject/node_modules/react-native/scripts/ios-install-third-party.sh: permission denied** 

and in terminal:

child_process.js:495 throw err; ^ error: spawnsync /users/glb-285/desktop/reactprojects/dribbleproject/node_modules/react-native/local-cli/setup_env.sh eacces @ exports._errnoexception (util.js:1020:11) @ spawnsync (child_process.js:450:20) @ object.execfilesync (child_process.js:487:13) @ object.run (/users/glb-285/desktop/reactprojects/dribbleproject/node_modules/react-native/local-cli/clientry.js:136:16) @ object.<anonymous> (/usr/local/lib/node_modules/react-native-cli/index.js:117:7) @ module._compile (module.js:570:32) @ object.module._extensions..js (module.js:579:10) @ module.load (module.js:487:32) @ trymoduleload (module.js:446:12) @ function.module._load (module.js:438:3) 

  1. clean ~/.rncache folder.

  2. download 4 third party library manual or

re-run react-native run-ios command , wait print

curl: saved filename message.   should check 100% received status. 

never press ctrl+c on build phase.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -