Shell脚本调用错误

问题描述:

我得到这个错误,当我跑我的ReactNative应用Shell脚本调用错误

/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** 

并在终端:

child_process.js:495 
throw err; 
^ 
Error: spawnSync /Users/GLB-285/Desktop/ReactProjects/DribbleProject/node_modules/react-native/local-cli/setup_env.sh EACCES 
at exports._errnoException (util.js:1020:11) 
at spawnSync (child_process.js:450:20) 
at Object.execFileSync (child_process.js:487:13) 
at Object.run (/Users/GLB-285/Desktop/ReactProjects/DribbleProject/node_modules/react-native/local-cli/cliEntry.js:136:16) 
at Object.<anonymous> (/usr/local/lib/node_modules/react-native-cli/index.js:117:7) 
at Module._compile (module.js:570:32) 
at Object.Module._extensions..js (module.js:579:10) 
at Module.load (module.js:487:32) 
at tryModuleLoad (module.js:446:12) 
at Function.Module._load (module.js:438:3) 

  1. 清洁〜/ .rncache文件夹。通过手动

  • 下载4第三方库重新运行react-native run-ios命令,并等待打印

    curl: Saved to filename message. 
    
    You should check 100% Received status. 
    

    不要按在构建阶段的CTRL + C 。

  • +1

    非常感谢你帮我解决问题..它解决了我的问题.. –