ReactNative 報錯 config.h not found / libfishhook.a cannot be found

這裏主要記錄兩個在 yarn 或者 npm install 以後後出現的問題node

1. React-Native config.h not foundreact

解決方案: 先 cd 到項目nodeModules 目錄下 而後執行下面兩個命令便可:ios

cd node_modules/react-native/third-party/glog-0.3.4web

../../scripts/ios-configure-glog.shnpm

具體的 glog版本號還要依你的項目而定react-native

 

2. React-Native websocket libfishhook.a cannot be foundwebsocket

解決方案: 打開工程 Libraries -> RCTWebSocket -> target -> Build Phases -> Link Binary With Librariessocket

刪除舊的 libfishhook.a 從新添加便可ui

如圖spa

而後 clean 從新 build 便可

相關文章
相關標籤/搜索