'React/RCTBundleURLProvider.h' file not found

新建RN項目時在iOS端用xcode跑時有時會遇到 'React/RCTBundleURLProvider.h' file not found 錯誤,遇到這種錯誤通常有一下幾種狀況:node 1. 沒有執行 npm install 命令,沒有安裝依賴,此時執行 npm install 安裝依賴便可.npm 2. 依賴已經安裝,但仍是會報這個錯,此時將項目下node_modules文件夾刪除,再次執
相關文章
相關標籤/搜索