低版本的RN项目iOS端 third-party依赖包报错解决方案

 

Xcode控制台报错信息:

Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, 
file /Users/z/code/rntest/OldRNDemo/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc, line 595.

 

解决方法:

cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../

再执行

cd node_modules/react-native/third-party/glog-0.3.4/ && ../../scripts/ios-configure-glog.sh && cd ../../../../

 

posted @ 2020-08-03 09:55  野生野鸡码农  阅读(1441)  评论(0编辑  收藏  举报