✖ installing cocoapods dependencies (this may take a few minutes)
error error: failed to install cocoapods dependencies for ios project, which is required by this template.
please try again manually: 「cd ./awesomeproject/ios && pod install」.
建立react-native出現這種報錯,解決辦法如下:
首先,將 source 『 新增到專案中podfile檔案頂部
再根據上面的提示 cd ./awesomeproject/ios終端切到ios檔案下輸入pod install
yarn ios 啟動專案就ok啦
(前提是你已經跟著react-native官網下好了相關軟體)
ReactNative常見報錯
1.匯出模組錯誤 遇到這樣的錯誤,首先檢查 有閉合一致,如果沒有錯誤的話,則去檢查是否是匯出模組的錯誤。如 export default modulename 改為 module.exports modulename 2.react版本過高 react uncaught typeerror reac...
react native執行ios報錯總結
再重新啟動專案 react native run ios run android 如果還是失敗那麼就在這裡看看有沒有解決方案 同樣的我還遇到了這個問題,就是node modules裡面的所有依賴檔案目錄都變成了 users 這種形式,解決方法 刪除 node modules rm rf node m...
react native 加入mobx後 報錯
react native 0.57版本之後將全面公升級babel 7,babel 6 將無法執行。搞了一天才搞定,醉了。話不多說,解決方案是,重新安裝如下四個庫 babel core babel plugin proposal decorators babel plugin transform ru...